Create Hotel Reservation v9 API Reference

POST

reservation/v9/reservations

Base path:

Pre-production https://api.apim-a.adc.pp.travelport.io/hotel/

Production https://api.apim-a.adc.prod.travelport.io/hotel/

Related Content: Hotel Guide, Hotel Workflow Diagram

Hotel Create Reservation requires a POST request to book a room with the booking code for the desired room type from the availability response, the check-in and check-out dates, rate information, and payment information.

Request

Query Parameters

None.

Request Body

Response

Example Request

The example below shows the request payload to book one room for one guest on the specified dates with the booking, chain, and property codes.

Example Response

The request above returns the example response below, returning a ReservationLocator (the reservation) and showing the reservation was confirmed. The ReservationLocator and the SupplierLocator, which is the confirmation number from the property, must be sent with any subsequent request to cancel or modify the reservation if needed.

Error Messages