POST api/marketer/bankinfo

Request Information

URI Parameters

None.

Body Parameters

mlIFSCInput
NamedescriptionTypeAdditional information
IFSCCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IFSCCode": "sample string 1"
}

application/xml, text/xml

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

response Information

Resource description

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.