POST api/DMT/AddBeneficiarySubmitOTP

Request Information

URI Parameters

None.

Body Parameters

AddBeneficiarySubmitOTPRequest
NameDescriptionTypeAdditional information
BeneficiaryTitle

string

None.

BeneficiaryName

string

None.

SenderMobileNumber

string

None.

BeneficiaryAccountNumber

string

None.

BeneficiaryIfsc

string

None.

OTP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BeneficiaryTitle": "sample string 1",
  "BeneficiaryName": "sample string 2",
  "SenderMobileNumber": "sample string 3",
  "BeneficiaryAccountNumber": "sample string 4",
  "BeneficiaryIfsc": "sample string 5",
  "OTP": "sample string 6"
}

application/xml, text/xml

Sample:
<AddBeneficiarySubmitOTPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DmtSorWebApi.Models">
  <BeneficiaryAccountNumber>sample string 4</BeneficiaryAccountNumber>
  <BeneficiaryIfsc>sample string 5</BeneficiaryIfsc>
  <BeneficiaryName>sample string 2</BeneficiaryName>
  <BeneficiaryTitle>sample string 1</BeneficiaryTitle>
  <OTP>sample string 6</OTP>
  <SenderMobileNumber>sample string 3</SenderMobileNumber>
</AddBeneficiarySubmitOTPRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddBeneficiarySubmitOTPRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>