/
API Change Protocol - 20240726 - Relationships reservation

API Change Protocol - 20240726 - Relationships reservation

What we want to change:

Add ability to specify relationships to reservation

When we want to change:

Test environment: In sprint 2416 from 18. 7. 2024 to 1. 8. 2024

Production environemnt: In sprint 2416 from 18. 7. 2024 to 1. 8. 2024

Affected enpoints

POST /v2/reservation

Example of change:

"reservation": { "type": "Eshop", "key": "23615036076288", "partner": "DPD CZ" }

Entiere request:

POST /parcel-lockers/v2/reservation "data": { "reservation": { "id": "test.res.1", "attributes": { "expirationDate": "2023-03-17T15:05:06.687Z", "packages": [ { "depth": 3.5, "height": 2.8, "width": 4.2, "barcode": "test.pkg.1" } ], "type": "NON_BINDING", }, "relationships": { "box": { "id": 5, }, "reservation": { "type": "Eshop", "key": "23615036076288", "partner": "DPD CZ" } } } }

Related content