Links

Get Function Space Hire Plan Rate List

post
[PlatformAddress]/api/1.0/venue?action=getSpaceHirePlanRateList
Get Space Hire Plan Rate List

Example Request

Get Space Hire Plan Rate List
{
"venueId": 1,
"tariffId": 8,
"perPage": 100
}
You can use startDateFilter and endDateFilter in filter to object to filter space hire plan rates within specific timeframe

Returns

A collection object with the following properties in the results
Property
Data Type
Description
id
int
The unique identifier of the tariff rate
venueId
int
The venue identifier of the tariff rate
tariffId
int
The unique identifier of the tariff
colour
string
The colour to identify the tariff rate
startDate
sqldate
The start date of tariff rate
endDate
sqldate
The end date of tariff rate
daysOfWeek
array
The days of the week to which the tariff rate applies
createdDate
timestamp
The date & time the tariff rate was created
modifiedDate
timestamp
The date & time the tariff rate was last modified

daysOfWeek:

following values:
  • 0 = Sunday
  • 1 = Monday
  • 2 = Tuesday
  • 3 = Wednesday
  • 4 = Thursday
  • 5 = Friday
  • 6 = Saturday