Amadeus · Example Payload

Seatmap Display Baggage Allowance Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Baggage Allowance Example is an example object payload from Amadeus, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

excessRatequantityweightweightUnit

Example Payload

Raw ↑
{
  "excessRate": {
    "amount": "199.50",
    "currencyCode": "EUR"
  },
  "quantity": 1,
  "weight": 20,
  "weightUnit": "KG"
}