Amadeus · Example Payload

Transfer Search Stop Over Request Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

durationlocationCodeaddressLinecountryCodecityNamezipCodegooglePlaceIdnamestateCodegeoCodesequenceNumberuicCode

Example Payload

Raw ↑
{
  "duration": "PT2H30M",
  "locationCode": "CDG",
  "addressLine": "5 Avenue Anatole France",
  "countryCode": "US",
  "cityName": "Paris",
  "zipCode": 75007,
  "googlePlaceId": "ChIJrTLr-GyuEmsRBfy61i59si0",
  "name": "Sample Name",
  "stateCode": "string-value",
  "geoCode": "48.858093,2.294694",
  "sequenceNumber": 1,
  "uicCode": "string-value"
}