Booking Holdings · Example Payload

Demand Api Constants Data Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Constants 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

accommodation_facilitiesaccommodation_themesaccommodation_typesbed_typescharge_typesfacility_types

Example Payload

Raw ↑
{
  "accommodation_facilities": [
    {
      "id": 741,
      "facility_type": 739,
      "name": {}
    }
  ],
  "accommodation_themes": [
    {
      "id": 805,
      "name": {}
    }
  ],
  "accommodation_types": [
    {
      "id": 284,
      "name": {}
    }
  ],
  "bed_types": [
    {
      "id": 81,
      "description": {},
      "description_imperial": {},
      "name": {}
    }
  ],
  "charge_types": [
    {
      "id": 225,
      "name": {}
    }
  ],
  "facility_types": [
    {
      "id": 337,
      "name": {}
    }
  ]
}