POST Api/Employee/IsDeviceSet

Request Information

URI Parameters

None.

Body Parameters

IsDeviceSet
NameDescriptionTypeAdditional 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": "befa75c3-da41-4626-a435-28f46163e3dd",
  "EmployeeID": "4e36a10f-347e-4bb2-83ed-6ec9323921c3",
  "DeviceSet": 3,
  "BrowserKey": "e4d10191-562c-410c-9fb4-e0cdde75bd42"
}

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>e4d10191-562c-410c-9fb4-e0cdde75bd42</BrowserKey>
  <DeviceID>befa75c3-da41-4626-a435-28f46163e3dd</DeviceID>
  <DeviceSet>3</DeviceSet>
  <EmployeeID>4e36a10f-347e-4bb2-83ed-6ec9323921c3</EmployeeID>
</IsDeviceSet>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.