Amadeus Solutions · Example Payload

Seat Map Display Seat Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Seat Map Display Seat Example is an example object payload from Amadeus Solutions, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cabinnumbercharacteristicsCodestravelerPricingcoordinates

Example Payload

Raw ↑
{
  "cabin": "ECO",
  "number": "12B",
  "characteristicsCodes": [
    "AA123"
  ],
  "travelerPricing": [
    "sample-value"
  ],
  "coordinates": "sample-value"
}