POST api/marketer/checkbankifsc

Request Information

URI Parameters

None.

Body Parameters

mlIFSCCheck
NamedescriptionTypeAdditional information
IFSCCode

string

None.

BankName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BankName": "sample string 2",
  "IFSCCode": "sample string 1"
}

application/xml, text/xml

Sample:
<mlIFSCCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Marketer">
  <BankName>sample string 2</BankName>
  <IFSCCode>sample string 1</IFSCCode>
</mlIFSCCheck>

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.