Amadeus · Example Payload

Flight Create Orders Price Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Create Orders Price Example is an example object payload from Amadeus, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currencytotalbasefeestaxesrefundableTaxes

Example Payload

Raw ↑
{
  "currency": "USD",
  "total": "932.70",
  "base": "632.70",
  "fees": [
    {
      "amount": "332.70",
      "type": "TICKETING"
    }
  ],
  "taxes": [
    {
      "amount": "332.70",
      "code": "MX"
    }
  ],
  "refundableTaxes": "200.00"
}