Amadeus · Example Payload

Seatmap Display Term And Condition Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Term And Condition 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

categorycircumstancesnotApplicablemaxPenaltyAmountdescriptions

Example Payload

Raw ↑
{
  "category": "EXCHANGE",
  "circumstances": "string-value",
  "notApplicable": true,
  "maxPenaltyAmount": "199.50",
  "descriptions": [
    {
      "descriptionType": "Sample description text.",
      "text": "string-value"
    }
  ]
}