Booking Holdings · Example Payload

Demand Api Flights Output Example

AccommodationsAirlinesCar RentalsHospitalityHotelsRestaurantsTravel

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

idreservationcurrencyitinerarieslabelprice

Example Payload

Raw ↑
{
  "id": "10781902",
  "reservation": "string",
  "currency": {
    "booker_currency": "USD",
    "order_currency": "USD"
  },
  "itineraries": [
    {
      "arrival": {},
      "departure": {}
    }
  ],
  "label": "Grand Plaza Hotel",
  "price": {
    "booker_currency": 0.39,
    "order_currency": 12.96
  }
}