POST api/usr/BusyLampField/GetAvailableUsers?serviceNumber={serviceNumber}&pbxUserId={pbxUserId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serviceNumber | string |
None. |
|
pbxUserId | string |
None. |
Body Parameters
SearchCriteriaDTOName | Description | Type | Additional information |
---|---|---|---|
SearchCriteria | byte |
None. |
|
SearchMode | byte |
None. |
|
SearchString | string |
None. |
|
IsCaseInsensitive | boolean |
None. |
|
ResponseSizeLimit | integer |
None. |
|
DepartmentKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SearchCriteria": 64, "SearchMode": 64, "SearchString": "sample string 3", "IsCaseInsensitive": true, "ResponseSizeLimit": 5, "DepartmentKey": "sample string 6" }
application/xml, text/xml
Sample:
<SearchCriteriaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO"> <DepartmentKey>sample string 6</DepartmentKey> <IsCaseInsensitive>true</IsCaseInsensitive> <ResponseSizeLimit>5</ResponseSizeLimit> <SearchCriteria>64</SearchCriteria> <SearchMode>64</SearchMode> <SearchString>sample string 3</SearchString> </SearchCriteriaDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |