Attention: Please check the Hotel Release Notes page for the latest updates and enhancements.

Modify Hotel Reservation API Reference

Put

book/reservations/{LocatorCode}

For {LocatorCode} send the locator code of the reservation to retrieve (returned in the workbench commit in Confirmation/Locator/value).

Base path:

Pre-production https://api.pp.travelport.com/11/hotel/

Production https://api.travelport.com/11/hotel/

Related Content: Hotel Guide, Hotel Workflow Diagram, Create Reservation Reference Payload API Reference

The Modify Reservation request can modify an existing reservation by changing any of the following: dates of reservation (if allowed by supplier, a change in price typically occurs.), payment information, name of the traveler associated to a reservation (given and/or surname), telephone number of the traveler associated to a reservation, or the email address of the traveler associated to a reservation. You can also add comments to an existing Travelport (not Booking.com or Expedia) reservation.

Modification of name is restricted to a matching name in the PNR. For instance, if the reservation is associated to name 1 of the PNR, the name modify can be used to change the reservation association to name 2 of the PNR.

Modify functionality by content source

Modifier Travelport Booking.com Expedia
Traveler Name Y Y Y
Traveler Telephone Y N N
Traveler Email Y N N
Credit Card Y Y N
Date Change Y Y N
Comments Y N N
When changing dates for a reservation sold through Travelport, it is recommended that you first send an availability request for the new dates and look for the same booking code that is on the existing reservation. An availability request is not mandatory, but a modify request will fail if the new dates are not available.

Request

Query Parameters

None.

Request Body

Response

The response to the Modify Reservation request returns the updated information using the same structure as the response to Create Reservation.

Example Request

The following example request modifies the form of payment and adds a comment.

Example Response

Error Messages

Error messages for Hotel Modify Existing API.