POST Api/Employee/AssignEmployeetoDeviceList
Request Information
URI Parameters
None.
Body Parameters
AssignEmployeetoDeviceList| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "52e2b30b-b7dc-473d-9f57-9bb5ee838faf",
"EmployeeID": "5818df73-4a68-4296-b4cd-25109708a269"
}
application/xml, text/xml
Sample:
<AssignEmployeetoDeviceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <DeviceID>52e2b30b-b7dc-473d-9f57-9bb5ee838faf</DeviceID> <EmployeeID>5818df73-4a68-4296-b4cd-25109708a269</EmployeeID> </AssignEmployeetoDeviceList>
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. |