Amadeus · Example Payload

Seatmap Display Fare Rules Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

currencyrules

Example Payload

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