iVvy Developer API
HomeSupportSystem StatusLogin
Search
⌃K
Links
API Documentation
Getting Started
Contacts & Companies
Event
Venue
Venue Setup Data
Get Venue
Get Venue List
Get Venue Room List
Get Venue Room Option List
Get Venue Rate Plan List
Get Venue Rate Plan Rate List
Get Venue Rate Plan Room Rate List
Get Resource List
Get Resource Availability
Get Menu List
Get Beverage Package List
Get Function Space List
Get Space Blockout List
Get Function Space Category List
Get Function Space Availability
Get Function Space Hire Plan Rate List
Get Function Space Hire Plan Rate
Get Cost Center List
Get Session Type List
Get Revenue Template List
Get Tax List
Add or Update Function Space
Get Event Type List
Add or Update Function Space Category
Add or Update Guest Room
Get Booking Custom Field List
Get Space Hire Plans
Booking Data
Booking Accommodation Data
Partner
Invoice
Account
CRM
Notifications
Development Reference
Announcements
Powered By GitBook
Comment on page

Get Resource Availability

post
[PlatformAddress]/api/1.0/venue?action=getResourceAvailability
Get Resource Availability

Example Request

Get Resource Availability
{
"venueId": 1,
"startDate": "2018-01-10 00:00:00",
"endDate": "2018-01-18 23:59:00",
"resourceIds": [1, 24]
}

Returns

A collection object with the following properties in the results
Property
Description
id
The unique resource identifier
unAvailableTimes
The unavailable date time ranges
Previous
Get Resource List
Next
Get Menu List
Last modified 2yr ago
On this page
post
Get Resource Availability
Example Request
Returns