/
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"
}
}
}
}
, multiple selections available,
Related content
API Change protocol - 20230823 - Start reservation date
API Change protocol - 20230823 - Start reservation date
More like this
API Change Protocol - 20240719 - Package and product requirements
API Change Protocol - 20240719 - Package and product requirements
More like this
API Change Protocol - 20250503 - PaymentState
API Change Protocol - 20250503 - PaymentState
More like this
API Change Protocol - 20230315 - Blocked attribute
API Change Protocol - 20230315 - Blocked attribute
More like this
API Change protocol - 20230914 - Update package(s) dimesions
API Change protocol - 20230914 - Update package(s) dimesions
More like this
API Change protocol - 20231110 - Products input parameter
API Change protocol - 20231110 - Products input parameter
More like this