Amadeus · Example Payload

Transfer Search Stop Over Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Search Stop Over Example is an example object payload from Amadeus, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

durationsequenceNumberlocation

Example Payload

Raw ↑
{
  "duration": "PT2H30M",
  "sequenceNumber": 1,
  "location": {
    "dateTime": "2019-11-10T10:30:00",
    "locationCode": "CDG",
    "address": {
      "line": "string-value",
      "zip": "string-value",
      "countryCode": "FR",
      "cityName": "Paris",
      "stateCode": "string-value",
      "latitude": 43.580418,
      "longitude": 7.125102
    },
    "name": "Sample Name",
    "googlePlaceId": "ChIJrTLr-GyuEmsRBfy61i59si0",
    "uicCode": "string-value"
  }
}