Amadeus · Example Payload

Seatmap Display Amenity Seat Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

legSpacespaceUnittiltamenityTypemedias

Example Payload

Raw ↑
{
  "legSpace": 33,
  "spaceUnit": "INCHES",
  "tilt": "FULL_FLAT",
  "amenityType": "SEAT",
  "medias": [
    {
      "title": "My image title",
      "href": "http://pdt.multimediarepository.testing.amadeus.com/cmr/retrieve/hotel/69810B23CB8644A18AF760DC66BE41A6",
      "description": {
        "text": "Do you need and example ?",
        "lang": "fr-FR"
      },
      "mediaType": "image"
    }
  ]
}