POST api/Marketer/UpdateBankDetails/{MarketerID}

Update Marketer bank details

Request Information

URI Parameters

NamedescriptionTypeAdditional information
MarketerID

string

Required

Body Parameters

mlBankDetails
NamedescriptionTypeAdditional information
BankAccountNo

string

None.

BankAccountName

string

None.

BankName

string

None.

BankBranch

string

None.

BankIfsc

string

None.

BankAccountType

string

None.

PanNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BankAccountName": "sample string 2",
  "BankAccountNo": "sample string 1",
  "BankAccountType": "sample string 6",
  "BankBranch": "sample string 4",
  "BankIfsc": "sample string 5",
  "BankName": "sample string 3",
  "PanNo": "sample string 7"
}

application/xml, text/xml

Sample:
<mlBankDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Common">
  <BankAccountName>sample string 2</BankAccountName>
  <BankAccountNo>sample string 1</BankAccountNo>
  <BankAccountType>sample string 6</BankAccountType>
  <BankBranch>sample string 4</BankBranch>
  <BankIfsc>sample string 5</BankIfsc>
  <BankName>sample string 3</BankName>
  <PanNo>sample string 7</PanNo>
</mlBankDetails>

response Information

Resource description

true/false

ApiResponse
NamedescriptionTypeAdditional information
response

string

Required

failure

MlError

None.

success

MlSuccess

None.