Skip to main content

Hotels content API (1.0)

HotelContentService

HotelContentService_GetHotelContent

Authorizations:
UserAuth
Request Body schema: application/json
required
hotelIds
Array of strings (Hotel IDs)

List of hotels ids requested A maximum of 100 hotel ids can be specified in a single request.

locale
string

Locale that the results are returned in. e.g. en-GB We provide a Culture API to get all the locales we support. See Culture API Documentation.

Responses

Request samples

Content type
application/json
{
  • "hotelIds": [
    ],
  • "locale": "string"
}

Response samples

Content type
application/json
{
  • "hotelsContent": {
    }
}