POST api/TwoFactorAuth/VerifyMerchantOTP
Request Information
URI Parameters
None.
Body Parameters
CheckOTPModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intUserId | integer |
None. |
|
| strReadOTP | string |
None. |
|
| strPassword | string |
None. |
|
| strUserName | string |
None. |
|
| strPortal | string |
None. |
|
| strIpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intUserId": 1,
"strReadOTP": "sample string 2",
"strPassword": "sample string 3",
"strUserName": "sample string 4",
"strPortal": "sample string 5",
"strIpAddress": "sample string 6"
}
application/xml, text/xml
Sample:
<CheckOTPModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <intUserId>1</intUserId> <strIpAddress>sample string 6</strIpAddress> <strPassword>sample string 3</strPassword> <strPortal>sample string 5</strPortal> <strReadOTP>sample string 2</strReadOTP> <strUserName>sample string 4</strUserName> </CheckOTPModel>
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.