Get Venue Rate Plan List
Get Venue Rate Plan List
POST
[PlatformAddress]/api/1.0/venue?action=getVenueRatePlanList
Get the rate plan for a specific venue.
Path Parameters
Name | Type | Description |
---|---|---|
venueId | integer | The id of the venue |
The result from this call will be a collection of all the events the user has access to. This call also accepts the pagination and filter properties. The venueId is required, for example {"venuId":10}
Example Request
Get a specific Venue’s Rate Plan List
Last updated