Get hotel room types¶
Endpoint to query the types of rooms available in a hotel
Example:¶
Query parameters¶
| PARAMETER | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| hotel_id | Integer | Yes | Integer representing the unique identifier of the hotel in Roomcloud |
Endpoint response¶
Status code: 200¶
[
{
"name": "DOBLE_DISCAPACITADOS",
"value": "19366"
},
{
"name": "DOBLE_DISCAPACITADOS_ESTANDAR",
"value": "19365"
},
{
"name": "DOBLE_ESTANDAR_TWIN",
"value": "129033"
},
{
"name": "DOBLE_SUPERIOR",
"value": "128299"
},
{
"name": "JUNIOR_SUITE_DOBLE",
"value": "129035"
},
{
"name": "JUNIOR_SUITE_TWIN",
"value": "129036"
},
{
"name": "SUITE_MATRIMONIAL",
"value": "129037"
},
{
"name": "TRIPLE_ESTANDAR",
"value": "129034"
}
]