Links

Get Venue List

NOTE: This action has not been published yet.
post
[PlatformAddress]
/api/1.0/partner?action=getVenueList
Get Venue List

Example Request

Example: Fetch the 2nd batch of 100 venues visible in the marketplace. Include their availability from 1st July 2015 to 7th July 2015, optionally filter by state code and city name.
{
"start": 100,
"availabilityStartDate": "2015-07-01",
"availabilityEndDate": "2015-07-07",
"filter": {
"addressStateCode": "QLD",
"addressCity": "Varsity Lakes"
}
}
Last modified 1yr ago