Overview
In order to book a hotel room, booking flow methods must be executed sequentially: Avail
, Valuation
and Reservation
.
📄️ Avail
Avail serves as the initial step in our booking flow, with the objective of verifying availability within the specified date range, itinerary and the requested number of guests. It provides a comprehensive list of available options based on your search criteria. The returned fields include: Hotel code, Hotel name, Meal Plan code, paymentType, Rooms, Price, CancelPenalties etc.
📄️ Valuation
Valuation operation evaluates the rate before reservation, providing the same information as the Avail response for a hotel rate, including up-to-date pricing. Additionally, it offers further details such as rate breakdown and cancellation policies. The returned fields include: Status, Price, CancelPenalities, Fees, PaymentOptions etc.
📄️ Reservation
The Reservation operation requests a booking confirmation for a specific list of passengers. It provides