Add or Update Room Dynamic Rates
Add or Update Room Dynamics Rates
Path Parameters
Name
Type
Description
{
"success": true
}Examples
Setting the room dynamic rate for a single date
{
"venueId": 1,
"items": [
{
"startDate": "2020-05-01",
"endDate": "2020-05-01",
"roomId": 2,
"barId": 1,
"cost": 100
}
]
}Setting the room dynamic rate for a date range
Returns
Property
Description
Type
Item Details
Property
Type
Required
Description
Last updated