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
Example response
{
"product_type": "HOTEL",
"items": [
{
"code": "CRADLE",
"description": "Cuna"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.