POST Api/Employee/IsEmployeeAllowedToKeepLogin
Request Information
URI Parameters
None.
Body Parameters
IsEmployeeAllowedToKeepLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | globally unique identifier |
None. |
|
| EmployeeID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "d2685428-cd22-45ed-8e91-77d8fbeda442",
"EmployeeID": "e8065334-09a5-4f96-aeef-efce1efc03df"
}
application/xml, text/xml
Sample:
<IsEmployeeAllowedToKeepLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <DeviceID>d2685428-cd22-45ed-8e91-77d8fbeda442</DeviceID> <EmployeeID>e8065334-09a5-4f96-aeef-efce1efc03df</EmployeeID> </IsEmployeeAllowedToKeepLogin>
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. |