GET api/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 | integer |
Required |
|
| reservationId | integer |
Required |
|
| setupStart | string |
Required |
|
| cleanupEnd | string |
Required |
|
| comboId | 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
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>