Book

🧾 Booking API

The Booking API marks the final step in the search-to-book flow. It confirms the hotel reservation by requiring:

  • A valid Trace-ID
  • Room details (including roomIds)
  • Guest details corresponding to each room

👤 Guest Details

You must provide at least the lead guest’s information for every room.

To determine the exact guest details required, refer to the guest validation rules available in:

  • Rooms and Rates API
  • Price Check API

These APIs provide flags such as:

  • panMandatory
  • passportMandatory

These indicate whether specific documents (like PAN or passport) are required for booking the selected rate.

📘 API Reference: Booking API Documentation