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.
{
"venueId": 123
"barId": 456
"roomId": 789
"startDate": "2018-07-27"
"endDate": "2018-07-27"
}
{
"venueId": 123
"barId": 456
"roomId": 789
"startDate": "2018-07-27"
"endDate": "2018-08-03"
}
Property | Description | Type |
---|---|---|
success | Whether or not the room dynamic rates were removed | boolean |
Last modified 1yr ago