/
API Change protocol - 20230823 - Start reservation date
API Change protocol - 20230823 - Start reservation date
What we want to change:
Insert a new attribute startReservationDate into the request for PATCH /v2/reservation
Why we want to change:
To allow partners to rebook or change the reservation time based on the startReservationDate and expirationDate attribute pair
When we want to change:
Stage environment:
Plan:
During sprint No.2320, i.e. no later than No.2321
Actual:
Since 22. 9. 2023
Production environment:
Plan:
During sprint No.2320, i.e. no later than No.2321
Actual:
Since 26. 9. 2023
Affected enpoints
PATCH /v2/reservation
Example of change:
PATCH /parcel-lockers/v2/reservation
{
"data": {
"reservation": {
"id": "RES123",
"attributes": {
"startReservationDate": "2023-08-23T08:00:00.000Z",
"expirationDate": "2023-08-23T14:00:00.000Z"
}
}
}
}
, multiple selections available,
Related content
API Change Protocol - 20240726 - Relationships reservation
API Change Protocol - 20240726 - Relationships reservation
More like this
API Change protocol - 20231110 - NextReservationTimes input parameter
API Change protocol - 20231110 - NextReservationTimes input parameter
More like this
API Change Protocol - 20230822 - Response error codes
API Change Protocol - 20230822 - Response error codes
Read with this
Next reservation times for Time reservation
Next reservation times for Time reservation
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