Skip to content

Commit

Permalink
fix setStateApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKrueger75 committed Mar 10, 2023
1 parent a2aab8b commit 78ed268
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions EUROPACE API Calls.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"info": {
"_postman_id": "97cf0ba6-a1b1-485d-a7ac-4b79ac0e2118",
"_postman_id": "45dc9f51-7eaa-4b72-924a-01107f5715fb",
"name": "EUROPACE API Calls",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "2936342"
},
"item": [
{
Expand Down Expand Up @@ -1156,15 +1157,15 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": {\n \"produktAnbieter\": \"ABGELEHNT\",\n \"ablehnungsgrund\": \"FINANZIELLE_SITUATION\",\n \"kommentar\": \"comment to decision\"\n }\n}",
"raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"/status\",\n \"value\": {\n \"produktAnbieter\": \"ABGELEHNT\",\n \"ablehnungsgrund\": \"FINANZIELLE_SITUATION\",\n \"kommentar\": \"comment to decision\"\n }\n }\n]",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://baufismart.api.europace.de/v2/antraege/WD0TNA/19/1/status",
"raw": "https://baufismart.api.europace.de/v2/antraege/WD0TNA/19/1",
"protocol": "https",
"host": [
"baufismart",
Expand All @@ -1177,8 +1178,7 @@
"antraege",
"WD0TNA",
"19",
"1",
"status"
"1"
]
}
},
Expand Down

0 comments on commit 78ed268

Please sign in to comment.