Amadeus · Example Payload

Seatmap Display Address Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

categorylinespostalCodecountryCodecityNamestateCodestateNamepostalBoxtext

Example Payload

Raw ↑
{
  "category": "BUSINESS",
  "lines": [
    "string-value"
  ],
  "postalCode": "string-value",
  "countryCode": "FR",
  "cityName": "Paris",
  "stateCode": "string-value",
  "stateName": "Sample Name",
  "postalBox": "string-value",
  "text": "string-value"
}