List of rooms

The VOA RMS endpoint will search in the partner PMS to get a list of rooms available. VOA RMS consumes this endpoint 1x by day.

[
{
"id": "1",
"name": "Single",
"quantity": 10,
"max_occupancy": 2
},
{
"id": "2",
"name": "Triple Single",
"quantity": 5,
"max_occupancy": 3
},
{
"id": "3",
"name": "Couple",
"quantity": 3,
"max_occupancy": 4
}
]