Check-in API: Include position data

This commit is contained in:
Raphael Michel
2019-02-12 10:40:49 +01:00
parent 89d612beed
commit da8f7f163f
2 changed files with 17 additions and 2 deletions

View File

@@ -565,7 +565,10 @@ Order position endpoints
Content-Type: application/json
{
"status": "ok"
"status": "ok",
"position": {
}
}
**Example response with required questions**:
@@ -576,7 +579,10 @@ Order position endpoints
Content-Type: text/json
{
"status": "incomplete"
"status": "incomplete",
"position": {
},
"questions": [
{
"id": 1,
@@ -621,6 +627,9 @@ Order position endpoints
{
"status": "error",
"reason": "unpaid",
"position": {
}
}
Possible error reasons: