Amadeus Reservations · Example Payload

Hotel Booking Price Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Price Example is an example object payload from Amadeus Reservations, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currencysellingTotaltotalbasemarkups

Example Payload

Raw ↑
{
  "currency": "USD",
  "sellingTotal": "299.99",
  "total": "299.99",
  "base": "sample-value",
  "markups": [
    {
      "amount": "10"
    }
  ]
}