GET api/v2/Resource/GetResourceTypesByLocation?locationId={locationId}&includeNonHotelingResources={includeNonHotelingResources}&userId={userId}&groupId={groupId}
Return the unique list of ResourceTypes available at the specified location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| includeNonHotelingResources | boolean |
Required |
|
| userId | integer |
Required |
|
| groupId |
Optional Group ID to find Location (locationId is then ignored) |
integer |
Default value is -1 |
Body Parameters
None.
Response Information
Resource Description
Array of
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.