POST Api/User/GetDeviceInformation
Request Information
URI Parameters
None.
Body Parameters
SearchUserMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| page | integer |
None. |
|
| recordsperpage | integer |
None. |
|
| search | string |
None. |
|
| sortingData | string |
None. |
|
| UId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"page": 2,
"recordsperpage": 3,
"search": "sample string 4",
"sortingData": "sample string 5",
"UId": 6
}
application/xml, text/xml
Sample:
<SearchUserMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models"> <Id>1</Id> <UId>6</UId> <page>2</page> <recordsperpage>3</recordsperpage> <search>sample string 4</search> <sortingData>sample string 5</sortingData> </SearchUserMobile>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |