feature/OVPAY-2103 #39
@ -100,9 +100,26 @@ paths:
|
||||
schema:
|
||||
$ref: "#/components/schemas/unavailable"
|
||||
examples:
|
||||
v2:
|
||||
summary: Find orders v2
|
||||
description: Find orders v2
|
||||
Empty order list:
|
||||
summary: Empty order list
|
||||
description: Empty order list
|
||||
value:
|
||||
{
|
||||
"orders": [],
|
||||
"_links":
|
||||
{
|
||||
"self":
|
||||
{
|
||||
"href": "https://api.example.com/items",
|
||||
"method": "GET",
|
||||
"templated": true,
|
||||
},
|
||||
},
|
||||
"href": "string",
|
||||
}
|
||||
List with multiple orders:
|
||||
summary: List with two orders
|
||||
description: List with two orders
|
||||
value:
|
||||
{
|
||||
"orders":
|
||||
@ -292,6 +309,64 @@ paths:
|
||||
},
|
||||
"oneTimePassword": "H5Iiz3JTaQeIV8p",
|
||||
},
|
||||
"autoReloadRegistration":
|
||||
{
|
||||
"autoReloadAmount": 500,
|
||||
"retailerReferenceId": "abc",
|
||||
"arrit": "425f7fc2-1103-4822-9c79-7c4aaa2fb6aa",
|
||||
"autoReloadRegistrationStatus": "ACTIVE",
|
||||
"autoReloadRegistrationStartDateTime": "2024-06-02T15:03:46Z",
|
||||
},
|
||||
"ePurse":
|
||||
{
|
||||
"e-PurseBalance":
|
||||
{
|
||||
"currency": "EUR",
|
||||
"amount": 350,
|
||||
},
|
||||
"status": "ACTIVE",
|
||||
"originDate": "2019-07-16T11:00:00+02:00",
|
||||
},
|
||||
"gboPersonalAccountData":
|
||||
{
|
||||
"name":
|
||||
{
|
||||
"inaccuracyFlag": false,
|
||||
"inaccuracyFlagReason": null,
|
||||
"inaccuracyFlagSetCounter": 0,
|
||||
"isValidated": false,
|
||||
"changeCounter": 0,
|
||||
"maxUpdatesVerificationCount": 0,
|
||||
"lastChangeDate": "2024-08-24T14:15:22Z",
|
||||
},
|
||||
"birthdate":
|
||||
{
|
||||
"inaccuracyFlag": false,
|
||||
"inaccuracyFlagReason": null,
|
||||
"inaccuracyFlagSetCounter": 0,
|
||||
"isValidated": false,
|
||||
"changeCounter": 0,
|
||||
"maxUpdatesVerificationCount": 0,
|
||||
"lastChangeDate": "2024-08-24T14:15:22Z",
|
||||
},
|
||||
"photo":
|
||||
{
|
||||
"inaccuracyFlag": false,
|
||||
"inaccuracyFlagReason": null,
|
||||
"inaccuracyFlagSetCounter": 0,
|
||||
"isValidated": false,
|
||||
"changeCounter": 0,
|
||||
"maxUpdatesVerificationCount": 0,
|
||||
"lastChangeDate": "2024-08-24T14:15:22Z",
|
||||
},
|
||||
},
|
||||
"gboAgeProfile":
|
||||
{
|
||||
"gboAgeProfileId": 1,
|
||||
"name": "Kind (4 t/m 11 jaar)",
|
||||
"ageFromInclusive": 4,
|
||||
"ageToInclusive": 11,
|
||||
},
|
||||
},
|
||||
],
|
||||
"orderAccountingStatuses": [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user