Booking Holdings · Example Payload

Demand Api Accommodations Availability Input Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Accommodations Availability Input Example is an example object payload from Booking Holdings, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accommodationbookercheckincheckoutguests

Example Payload

Raw ↑
{
  "accommodation": 781,
  "booker": {
    "country": "US",
    "platform": "android"
  },
  "checkin": "2026-06-15",
  "checkout": "2026-06-15",
  "guests": {
    "number_of_adults": 712,
    "number_of_rooms": 264
  }
}