Get Venue Rate Plan Rate List
post
[PlatformAddress]/api/1.0/venue?action=getRatePlanRateList
Get Venue Rate Plan Rate List
The result from this call will be a collection of all the rates the user has access to. This call also accepts the pagination and filter properties.
{
"venueId": 1,
"barId": 1
}
Property | Type | Description |
---|---|---|
id | integer | The unique id of the rate |
barId | integer | The unique id of the rate plan |
startDate | date | The start date of the rate |
endDate | date | The end date of the rate |
minAcceptableRate | integer | The minimum acceptable rate for room rate plan |
daysOfWeek | Days of the week where rate applies |
- 0 = Sunday
- 1 = Monday
- 2 = Tuesday
- 3 = Wednesday
- 4 = Thursday
- 5 = Friday
- 6 = Saturday
Last modified 4mo ago