POST api/grp/GroupPaging/Targets/AvailableUsers?locationAccountNumber={locationAccountNumber}&serviceUserId={serviceUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationAccountNumber | string |
Required |
|
| serviceUserId | string |
Required |
Body Parameters
SearchCriteriaDTO| Name | 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:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |