Hotel API Flow

🏨 Hotel API Flow

The recommended sequence for using the Hotel API is as follows:

  1. Search for Destination/HotelSearch API
  2. Static Content of HotelStatic Content API (Optional)
  3. Get Rooms and Rates of a HotelRooms And Rates API
  4. Price CheckPrice Check API
  5. BookingBook API
  6. Booking DetailsGet Booking Details API (Optional: Can be used to get details of the booking)
  7. Cancel the BookingCancel API (Optional: Can be used to cancel the booking)

Note:
You should call the Price Check API after selecting the rate from the Rooms and Rates API response, following the steps outlined above.