POST Api/Employee/IsDeviceSet
Request Information
URI Parameters
None.
Body Parameters
IsDeviceSet| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
None. |
|
| DeviceSet | integer |
None. |
|
| BrowserKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "f3731644-d74e-4f39-b58f-e3b77ab42857",
"EmployeeID": "284fe903-b544-4ba9-9ffa-487e0198714f",
"DeviceSet": 3,
"BrowserKey": "18169dd4-a622-42bf-9e01-ae3cbdf70136"
}
application/xml, text/xml
Sample:
<IsDeviceSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <BrowserKey>18169dd4-a622-42bf-9e01-ae3cbdf70136</BrowserKey> <DeviceID>f3731644-d74e-4f39-b58f-e3b77ab42857</DeviceID> <DeviceSet>3</DeviceSet> <EmployeeID>284fe903-b544-4ba9-9ffa-487e0198714f</EmployeeID> </IsDeviceSet>
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. |