POST api/Login/CLNChekAutoLogin
Request Information
URI Parameters
None.
Body Parameters
LoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| strUserName | string |
None. |
|
| strPassWord | string |
None. |
|
| intMerchantId | integer |
None. |
|
| intId | integer |
None. |
|
| strFirstName | string |
None. |
|
| strLastName | string |
None. |
|
| intRoleId | integer |
None. |
|
| intCompanyId | integer |
None. |
|
| bisPasswordReset | boolean |
None. |
|
| bisTwoFactorAuthentication | boolean |
None. |
|
| strLastOtp | string |
None. |
|
| strTimer | string |
None. |
|
| strToken | string |
None. |
|
| strIpAddress | string |
None. |
|
| strPortal | string |
None. |
|
| strReadOTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"strUserName": "sample string 1",
"strPassWord": "sample string 2",
"intMerchantId": 3,
"intId": 4,
"strFirstName": "sample string 5",
"strLastName": "sample string 6",
"intRoleId": 7,
"intCompanyId": 8,
"bisPasswordReset": true,
"bisTwoFactorAuthentication": true,
"strLastOtp": "sample string 11",
"strTimer": "sample string 12",
"strToken": "sample string 13",
"strIpAddress": "sample string 14",
"strPortal": "sample string 15",
"strReadOTP": "sample string 16"
}
application/xml, text/xml
Sample:
<LoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <bisPasswordReset>true</bisPasswordReset> <bisTwoFactorAuthentication>true</bisTwoFactorAuthentication> <intCompanyId>8</intCompanyId> <intId>4</intId> <intMerchantId>3</intMerchantId> <intRoleId>7</intRoleId> <strFirstName>sample string 5</strFirstName> <strIpAddress>sample string 14</strIpAddress> <strLastName>sample string 6</strLastName> <strLastOtp>sample string 11</strLastOtp> <strPassWord>sample string 2</strPassWord> <strPortal>sample string 15</strPortal> <strReadOTP>sample string 16</strReadOTP> <strTimer>sample string 12</strTimer> <strToken>sample string 13</strToken> <strUserName>sample string 1</strUserName> </LoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.