Amadeus Solutions · Example Payload

Seat Map Display Deck Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Top-level fields

deckTypedeckConfigurationfacilitiesseats

Example Payload

Raw ↑
{
  "deckType": "UPPER",
  "deckConfiguration": "sample-value",
  "facilities": [
    "sample-value"
  ],
  "seats": [
    "sample-value"
  ]
}