Amadeus · Example Payload

On Demand Flight Status Dated Flight Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

On Demand Flight Status Dated Flight 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

typescheduledDepartureDateflightDesignatorflightPointssegmentslegs

Example Payload

Raw ↑
{
  "type": "string-value",
  "scheduledDepartureDate": "2018-11-06",
  "flightDesignator": {
    "carrierCode": "AF",
    "flightNumber": 1,
    "operationalSuffix": "string-value"
  },
  "flightPoints": [
    {
      "iataCode": "CDG",
      "departure": {
        "timings": []
      },
      "arrival": {
        "timings": []
      }
    }
  ],
  "segments": [
    {
      "boardPointIataCode": "LHR",
      "offPointIataCode": "BKK",
      "scheduledSegmentDuration": "PT14H50M",
      "partnership": {}
    }
  ],
  "legs": [
    {
      "boardPointIataCode": "LHR",
      "offPointIataCode": "BKK",
      "aircraftEquipment": {
        "aircraftType": 733
      },
      "scheduledLegDuration": "PT14H50M"
    }
  ]
}