Booking Holdings · Example Payload

Demand Api Accommodations Search Product Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

Demand Api Accommodations Search 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

idbundlechildrendealinventorynumber_available_at_this_price

Example Payload

Raw ↑
{
  "id": "10781902",
  "bundle": 330,
  "children": [
    13
  ],
  "deal": {
    "discount_percentage": 245,
    "public_price": 34.87,
    "tags": [
      "limited_time_deal"
    ]
  },
  "inventory": {
    "third_party": true,
    "type": "net"
  },
  "number_available_at_this_price": 345
}