Amadeus Solutions · Example Payload

Seat Map Display Address Example

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Seat Map Display Address Example is an example object payload from Amadeus Solutions, 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": "PERSONAL",
  "lines": [
    "sample-value"
  ],
  "postalCode": "AA123",
  "countryCode": "AA123",
  "cityName": "John Smith",
  "stateCode": "AA123",
  "stateName": "John Smith",
  "postalBox": "sample-value",
  "text": "sample-value"
}