Insert a new attribute startReservationDate into the request for PATCH /v2/reservation
To allow partners to rebook or change the reservation time based on the startReservationDate and expirationDate attribute pair
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
PATCH /v2/reservation
PATCH /parcel-lockers/v2/reservation { "data": { "reservation": { "id": "RES123", "attributes": { "startReservationDate": "2023-08-23T08:00:00.000Z", "expirationDate": "2023-08-23T14:00:00.000Z" } } } } |