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": "db7c6589-96cb-4a86-9383-8c4ab14aec44",
"EmployeeID": "8995311b-9241-4d24-a3a7-0eadc5362cb5",
"DeviceSet": 3,
"BrowserKey": "02d80302-0f48-4ce0-8988-c7f020a418fc"
}
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>02d80302-0f48-4ce0-8988-c7f020a418fc</BrowserKey> <DeviceID>db7c6589-96cb-4a86-9383-8c4ab14aec44</DeviceID> <DeviceSet>3</DeviceSet> <EmployeeID>8995311b-9241-4d24-a3a7-0eadc5362cb5</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. |