Amadeus Media · Example Payload

Hotel Content Hotel Content Example

ContentHotelsImagesMediaTravel

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

Top-level fields

hotelIdchainCodeiataCodenamebasicInfodescriptionscontactaddressgeoCodeamenitiesmedia

Example Payload

Raw ↑
{
  "hotelId": "MCLONGHM",
  "chainCode": "MC",
  "iataCode": "LON",
  "name": "THE LONGCHAMP HOTEL",
  "basicInfo": "sample-value",
  "descriptions": [
    "A comfortable hotel with excellent amenities and service."
  ],
  "contact": "sample-value",
  "address": "sample-value",
  "geoCode": "MC",
  "amenities": [
    "WIFI",
    "RESTAURANT",
    "SPA"
  ],
  "media": [
    "sample-value"
  ]
}