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 Travelgate. The returned fields include: ProviderLocator, CancelId, TransactionStatus, Price etc.