Amadeus · Example Payload

Transfer Search Travel Segment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Search Travel 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

transportationTypetransportationNumberdeparturearrival

Example Payload

Raw ↑
{
  "transportationType": "FLIGHT",
  "transportationNumber": "AF380",
  "departure": {
    "uicCode": 7400001,
    "iataCode": "CDG",
    "localDateTime": "2021-03-27T20:03:00"
  },
  "arrival": {
    "uicCode": 7400001,
    "iataCode": "CDG",
    "localDateTime": "2021-03-27T20:03:00"
  }
}