Skip to content

Commit

Permalink
IDs for antragsteller1 and antragsteller2 added
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrell committed Jul 28, 2021
1 parent 9b4170d commit 1b33281
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ Entsprechend muss im Request der Content-Type Header gesetzt werden. Zusätzlich
201 CREATED
{
"vorgangsnummer": "AB1234",
"messages": []
"messages": [],
"antragsteller1": {
"id": "abcd123-xyz"
}
}

## Fehlercodes
Expand Down Expand Up @@ -606,11 +609,19 @@ Die Angaben werden als JSON im Body der Response gesendet.

{
"vorgangsnummer": String,
"messages": [ String ]
"messages": [ String ],
"antragsteller1": {
"id": String
},
"antragsteller2": {
"id": String
}
}

In *messages* werden nicht übernommene Angaben und andere Hinweise gesendet.

Das Feld `antragsteller2` gibt es nur, wenn ein Vorgang mit zwei Antragstellern angelegt wurde.

## Nutzungsbedingungen

Die APIs werden unter folgenden [Nutzungsbedingungen](https://docs.api.europace.de/nutzungsbedingungen/) zur Verfügung gestellt.

0 comments on commit 1b33281

Please sign in to comment.