Amadeus · Example Payload

Hotel Booking Address Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking Address Example is an example object payload from Amadeus, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

linespostalCodecountryCodecityNamestateCode

Example Payload

Raw ↑
{
  "lines": [
    "string-value"
  ],
  "postalCode": "string-value",
  "countryCode": "FR",
  "cityName": "Paris",
  "stateCode": "string-value"
}