Amadeus Reservations · Example Payload

Flight Order Management Baggage Allowance Example

BookingFlightsHotelsReservationsTravel

Flight Order Management Baggage Allowance Example is an example object payload from Amadeus Reservations, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

quantityweightweightUnit

Example Payload

Raw ↑
{
  "quantity": 1,
  "weight": 20,
  "weightUnit": "KG"
}