latestOpenAPI 3.0.12026-08-101058136.3 KB
0fbdc2f4423a
demand-api-v2-compatible
List facility room types
This endpoint returns room facility types names and their translations (EN is default).
get/demand-api-v2-compatible/hotelFacilityTypes
Query parameters
Headers
Accept'application/json'
Response
OK
Example response
{
"result": [
{
"name": "Parking"
}
]
}