Overview
The Booking Management operations provide a streamlined approach to handle bookings. These operations include Reservation List
, Reservation Read
, and Cancel
. The Booking Read and List facilitates the Buyer the retrieval of detailed booking information. Cancellation offers a straightforward way to cancel bookings when needed. Utilizing these operations streamlines the booking process and empowers to manage bookings effectively.
📄️ Reservation List
Reservation List allows to obtain a list of bookings that were made within a specific arrival date range or a specific booking date range. The returned fields for each booking in the list include: Locators, Hotel, TransactionStatus, Holder, Price etc.
📄️ Reservation Read
Reservation Read allows to retrieve a specific booking with all its details using the lovators, booking codes. The returned fields for each booking in the list include: Locators, Hotel, TransactionStatus, Holder, Price etc.
📄️ Cancel
The Cancel operation allows you to cancel a booking made via TravelgateX. The returned fields include: ProviderLocator, CancelId, TransactionStatus, Price etc.