Skip to content

Commit

Permalink
Neustes Update
Browse files Browse the repository at this point in the history
  • Loading branch information
caspii committed Sep 5, 2019
1 parent b1fd2ae commit 40e2fcf
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion EUROPACE API Calls.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,42 @@
},
"response": []
},
{
"name": "Testvorgänge auslesen (alle)",
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{jwt}}"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "https://api.europace2.de/v2/vorgaenge?datenKontext=TEST_MODUS",
"protocol": "https",
"host": [
"api",
"europace2",
"de"
],
"path": [
"v2",
"vorgaenge"
],
"query": [
{
"key": "datenKontext",
"value": "TEST_MODUS"
}
]
}
},
"response": []
},
{
"name": "Vorgang auslesen",
"request": {
Expand Down Expand Up @@ -425,6 +461,44 @@
},
"response": []
},
{
"name": "Testantraege auslesen (alle) ",
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{jwt}}"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"url": {
"raw": "https://baufismart.api.europace.de/v2/antraege/?datenKontext=TEST_MODUS",
"protocol": "https",
"host": [
"baufismart",
"api",
"europace",
"de"
],
"path": [
"v2",
"antraege",
""
],
"query": [
{
"key": "datenKontext",
"value": "TEST_MODUS"
}
]
}
},
"response": []
},
{
"name": "Antrag auslesen",
"request": {
Expand Down Expand Up @@ -502,7 +576,7 @@
]
},
{
"name": "Finanzierungsvorschläge API",
"name": "Angebote API",
"item": [
{
"name": "Finanzierungsvorschlaege (Daten im Body)",
Expand Down

0 comments on commit 40e2fcf

Please sign in to comment.