GET api/v2/Resource/VerifyResourceAvailability?resourceId={resourceId}&reservationId={reservationId}&setupStart={setupStart}&cleanupEnd={cleanupEnd}&comboId={comboId}
Determines if the Resource is already booked.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceId |
tbl_res resource Id |
integer |
Required |
| reservationId |
tbl_sched resource ID or zero if no reservation |
integer |
Required |
| setupStart |
Start time including Setup |
string |
Required |
| cleanupEnd |
End time including Cleanup |
string |
Required |
| comboId |
ComboDetailId if a combo room, zero if not |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Resource is available = 0 Resource is in use = 1 Max Reservations conflict = 2 Business Unit restriction = 3 Max Concurrent conflict = 4 Security Violation = 5 Holiday Blocked = 8 Resource out of schedule = 16 Long Term Hoteling violation = 64 Hoteling resource soft limit violation = 128 Hoteling resource hard limit violation = 256
integerResponse Formats
application/json, text/json
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>