POST api/TwoFactorAuth/MerchantCardSendOTP

Request Information

URI Parameters

None.

Body Parameters

TwoFactorAuthModel
NameDescriptionTypeAdditional information
strUserName

string

None.

strOTPType

string

None.

decAmount

decimal number

None.

strAccountNumber

string

None.

strIban

string

None.

intPaymentSchId

integer

None.

intUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "strUserName": "sample string 1",
  "strOTPType": "sample string 2",
  "decAmount": 3.0,
  "strAccountNumber": "sample string 4",
  "strIban": "sample string 5",
  "intPaymentSchId": 6,
  "intUserId": 7
}

application/xml, text/xml

Sample:
<TwoFactorAuthModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities">
  <decAmount>3</decAmount>
  <intPaymentSchId>6</intPaymentSchId>
  <intUserId>7</intUserId>
  <strAccountNumber>sample string 4</strAccountNumber>
  <strIban>sample string 5</strIban>
  <strOTPType>sample string 2</strOTPType>
  <strUserName>sample string 1</strUserName>
</TwoFactorAuthModel>

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

IHttpActionResult

None.

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.