Amadeus · Example Payload

On Demand Flight Status Segment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

boardPointIataCodeoffPointIataCodescheduledSegmentDurationpartnership

Example Payload

Raw ↑
{
  "boardPointIataCode": "LHR",
  "offPointIataCode": "BKK",
  "scheduledSegmentDuration": "PT14H50M",
  "partnership": {
    "operatingFlight": {
      "carrierCode": "AF",
      "flightNumber": 1,
      "operationalSuffix": "string-value"
    }
  }
}