POST DMRAccountVerification

Documentation for 'DMRAccountVerification'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "AccountNo": "sample string 2",
  "IFSCCode": "sample string 3",
  "BankName": "sample string 4"
}

text/xml

Sample:
<DMRAccountVerificationEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <AccountNo>sample string 2</AccountNo>
  <BankName>sample string 4</BankName>
  <IFSCCode>sample string 3</IFSCCode>
  <Token>sample string 1</Token>
  <UserID>5</UserID>
</DMRAccountVerificationEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body