Modify Reservation

Modify guest details and remarks for a reservation. Any details that impact pricing cannot be changed.

NOTE: To change details that impact pricing, the reservation must be cancelled and go through the reservation flow the same as a new reservation.

Request

Only non-price impacting changes can be made via this endpoint. I.e. You can only alter the booking guest’s details that were provided on reservation confirmation in this request. For pricing related modifications, cancel the existing reservation using the cancel a reservation end point and start the reservation journey again from the get property endpoint. To modify a reservation, you must provide the following details:

  • Primary booking guest’s details:

    • Title

    • First and Last Name

    • Email address

    • Phone number

    • Address with city, state, postal code and country

    • Any remarks provided by the guest for the booking

  • Additionally you may specify individual details for each room:

    • A unique identifier for the room in the locked reservation

    • The room guest’s title

    • The room guest’s first and last name

    • Individual room level remarks

Response

On successful modification, you will receive a 200 response from the API

Last updated