Hotel API Flow

🏨 Hotel API Flow

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

  1. Search for Destination/Hotel β†’ Search API
  2. Static Content of Hotel β†’ Static Content API (Optional)
  3. Get Rooms and Rates of a Hotel β†’ Rooms And Rates API
  4. Price Check β†’ Price Check API
  5. Booking β†’ Book API
  6. Booking Details β†’ Get Booking Details API (Optional: Can be used to get details of the booking)
  7. Cancel the Booking β†’ Cancel 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.