POST api/Login
Request Information
URI Parameters
None.
Body Parameters
Login| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| password | string |
None. |
|
| grant_type | string |
None. |
|
| deviceId | string |
None. |
|
| geoLocation | string |
None. |
|
| versionno | string |
None. |
|
| isFacial | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"grant_type": "sample string 3",
"deviceId": "sample string 4",
"geoLocation": "sample string 5",
"versionno": "sample string 6",
"isFacial": 7
}
application/xml, text/xml
Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models"> <deviceId>sample string 4</deviceId> <geoLocation>sample string 5</geoLocation> <grant_type>sample string 3</grant_type> <isFacial>7</isFacial> <password>sample string 2</password> <username>sample string 1</username> <versionno>sample string 6</versionno> </Login>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.