v1

latestOpenAPI 3.0.32026-07-26630183.2 KB
Special Requests

Special Requests Catalog [HOTELS]

get/special-requests/catalog

Query parameters

product_type'HOTEL' required

Type of product for which the special requests catalog is being queried. Currently only 'HOTEL' is supported.

product_idstring required

Identifier of the product for which the special requests catalog is being queried.

hotel_idstring

Can be used to get specific hotel catalog without the need of having a product_id. Only one of both fields must be present.

Response

OK

product_typestring

Type of product associated with the catalog.

Example response

{
  "product_type": "HOTEL",
  "items": [
    {
      "code": "CRADLE",
      "description": "Cuna"
    }
  ]
}