Booking Holdings · Example Payload

Demand Api Accommodations Availability Product Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Accommodations Availability Product 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

idbundledealinventorymaximum_occupancynumber_available_at_this_price

Example Payload

Raw ↑
{
  "id": "10781902",
  "bundle": 346,
  "deal": {
    "discount_percentage": 288,
    "public_price": 61.26,
    "tags": [
      "logged_in_deal"
    ]
  },
  "inventory": {
    "third_party": true,
    "type": "sell"
  },
  "maximum_occupancy": {
    "adults": 943,
    "children": [
      {}
    ],
    "total": 960
  },
  "number_available_at_this_price": 825
}