Amadeus · Example Payload

Transfer Search Location Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

dateTimelocationCodeaddressnamegooglePlaceIduicCode

Example Payload

Raw ↑
{
  "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"
}