POST api/HRMS/Get_Login
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req_log | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"pwd": "sample string 2",
"method": "sample string 3",
"key": "sample string 4",
"imei_no": "sample string 5",
"refreshed_token": "sample string 6"
}
application/xml, text/xml
Sample:
<request_login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request"> <imei_no>sample string 5</imei_no> <key>sample string 4</key> <method>sample string 3</method> <pwd>sample string 2</pwd> <refreshed_token>sample string 6</refreshed_token> <username>sample string 1</username> </request_login>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"emplid": "sample string 3",
"status": "sample string 4",
"resMassage": "sample string 5",
"employee_name": "sample string 6",
"profile_image": "sample string 7",
"employee_designation": "sample string 8",
"employee_department": "sample string 9",
"employee_branch": "sample string 10",
"supervisior_id": "sample string 11",
"email": "sample string 12",
"imei_status": "sample string 13",
"imageURL": "sample string 14"
}
application/xml, text/xml
Sample:
<response_login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models"> <email>sample string 12</email> <emplid>sample string 3</emplid> <employee_branch>sample string 10</employee_branch> <employee_department>sample string 9</employee_department> <employee_designation>sample string 8</employee_designation> <employee_name>sample string 6</employee_name> <imageURL>sample string 14</imageURL> <imei_status>sample string 13</imei_status> <key>sample string 2</key> <method>sample string 1</method> <profile_image>sample string 7</profile_image> <resMassage>sample string 5</resMassage> <status>sample string 4</status> <supervisior_id>sample string 11</supervisior_id> </response_login>