Booking Holdings · Example Payload

Demand Api Accommodations Details Data Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

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

Top-level fields

idaccommodation_typebooker_address_requiredbrandsbundlescheckin_checkout_times

Example Payload

Raw ↑
{
  "id": 338,
  "accommodation_type": 495,
  "booker_address_required": true,
  "brands": [
    978
  ],
  "bundles": [
    {
      "id": 889,
      "value_adds": [
        {}
      ]
    }
  ],
  "checkin_checkout_times": {
    "checkin_from": "2026-06-15",
    "checkin_to": "2026-06-15",
    "checkout_from": "2026-06-18",
    "checkout_to": "2026-06-18"
  }
}