Add or Update Room Counts
Add or Update Room Counts
Path Parameters
Name
Type
Description
{
"success": true
}Examples
Setting the room count for a single date
{
"venueId": 1,
"items": [
{
"startDate": "2020-05-01",
"endDate": "2020-05-01",
"roomId": 2,
"roomCount": 11
}
]
}Setting the room count for a date range
Returns
Property
Description
Type
Item Details
Property
Type
Required
Description
Last updated