POST api/User/Login
Request Information
URI Parameters
None.
Body Parameters
LoginRequestVM| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| EntityID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"EntityID": 3
}
application/xml, text/xml
Sample:
<LoginRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Clockits.ViewModels"> <EntityID>3</EntityID> <Password>sample string 2</Password> <UserName>sample string 1</UserName> </LoginRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AdapterResponseVMOfLoginResponseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Alerts | Collection of Object |
None. |
|
| ResponseVM | LoginResponseVM |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.