Amadeus · Example Payload

Flight Offers Price Detailed Fare Rules Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Price Detailed Fare Rules Example is an example object payload from Amadeus, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fareBasisnamefareNotessegmentId

Example Payload

Raw ↑
{
  "fareBasis": "VRDFR9",
  "name": "Sample Name",
  "fareNotes": {
    "category": "EXCHANGE",
    "circumstances": "string-value",
    "notApplicable": true,
    "maxPenaltyAmount": "199.50",
    "descriptions": [
      {
        "descriptionType": "Sample description text.",
        "text": "string-value"
      }
    ]
  },
  "segmentId": "1"
}