- reservation dates
- reservation guest payment method
Reservation dates modifications
Use this operation when you want to provide guests with a way change the dates of their stay. You may only make modifications to a CONFIRMED reservation. Modifications on dates apply to the same room type. If you wish to change the room type, you would need to cancel the reservation and re-book a different room type. Because modification of dates will cause a price change, the best practice workflow is as follows.- Begin by retrieving the existing reservation to allow for a review the details. Use the find a reservation API for this.
- Next, collect the new dates and search for availability at the same property. If a rate is available for the new dates that matches the original booking_code and room_description, you can proceed with the modification. If no such rate is available, you cannot modifiy the reservation dates.
- If there is availability for the same room, display the new price and store the associate rate. You should also display the terms of the original reservation as well. This gives the guest a chance to review any potential modification restrictions if included in the rate terms. Allow the guest to confirm or cancel the modification request.
- If confirmed, make the modification request.
- Display the result.
confirmation_id
and reservation_id
will remain the same.
Find below a flow chart showing this visually.