Get Resource List
Get Venue Resources List
POST
[PlatformAddress]/api/1.0/venue?action=getResourceList
Return the venue resource list for the venue.
Path Parameters
Name | Type | Description |
---|---|---|
venueId | integer | The id of the venue |
Example Request
Get Venues Resource List
Returns
A collection object with the following properties in the results
Property | Description |
---|---|
id | The unique invoice identifier |
venueId | The id of the venue to which the resource belongs |
name | The name of the resource |
code | The code of the resource |
categoryId | The category of the resource |
shortDescription | The short description of the resource |
longDescription | The long description of the resource |
quantity | The quantity of the resource |
canBookByHour | Whether or not the resource can be booked by hour |
hourlyCost | Hourly cost of the resource |
hourlyCostExcludedTaxIds | Details of taxes |
dailyCost | Daily cost of the resource |
dailyCostExcludedTaxIds | Details of taxes |
isRestrictedToSpaces | Whether or not this resource is restricted to spaces |
hasSubResources | Whether or not this resource has sub resources |
subResourceIds | ids of sub resources |
costcenterId | The costcenter id of the resource |
isViewable | Whether or not the resource is viewable on marketplace |
createdDate | The date & time the resource was created |
modifiedDate | The date & time the resource was last modified |
Last updated