POST api/Employe/Login
Request Information
URI Parameters
None.
Body Parameters
EmployeApiVm| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginUser | string |
None. |
|
| LoginPass | string |
None. |
|
| IpAddress | string |
None. |
|
| GroupName | string |
None. |
|
| LoginCode | string |
None. |
|
| AICallMark | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginUser": "sample string 1",
"LoginPass": "sample string 2",
"IpAddress": "sample string 3",
"GroupName": "sample string 4",
"LoginCode": "sample string 5",
"AICallMark": 6
}
application/xml, text/xml
Sample:
<EmployeApiVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API"> <AICallMark>6</AICallMark> <GroupName>sample string 4</GroupName> <IpAddress>sample string 3</IpAddress> <LoginCode>sample string 5</LoginCode> <LoginPass>sample string 2</LoginPass> <LoginUser>sample string 1</LoginUser> </EmployeApiVm>
application/x-www-form-urlencoded
Sample:
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. |