Amadeus · Example Payload

Safe Place Location Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Safe Place 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

idselftypesubTypenamegeoCode

Example Payload

Raw ↑
{
  "id": "12345",
  "self": {
    "href": "string"
  },
  "type": "location",
  "subType": "AIRPORT",
  "name": "Paris CDG",
  "geoCode": {
    "latitude": 43.580418,
    "longitude": 7.125102
  }
}