Links

Remove Room Dynamic Rates

post
[PlatformAddress]/api/1.0/venue?action=removeRoomDynamicRates
Remove Room Dynamic Rates
NOTE: The dynamic data is only available to venues that integrate with a distribution channel.

Examples

Remove the room dynamic rates from a single date

{
"venueId": 123
"barId": 456
"roomId": 789
"startDate": "2018-07-27"
"endDate": "2018-07-27"
}

Remove the room dynamic rates from multiple dates

{
"venueId": 123
"barId": 456
"roomId": 789
"startDate": "2018-07-27"
"endDate": "2018-08-03"
}

Returns

Property
Description
Type
success
Whether or not the room dynamic rates were removed
boolean