Amadeus · Example Payload

Flight Create Orders Contact Dictionary Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Create Orders Contact Dictionary 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

addresslanguagepurpose

Example Payload

Raw ↑
{
  "address": {
    "lines": [
      "string-value"
    ],
    "postalCode": "string-value",
    "countryCode": "FR",
    "cityName": "Paris",
    "stateName": "Sample Name",
    "postalBox": "string-value"
  },
  "language": "EN",
  "purpose": "STANDARD"
}