POST api/bankdetail

Request Information

URI Parameters

None.

Body Parameters

BankdetailRequest
NameDescriptionTypeAdditional information
policyid

string

None.

empcode

string

None.

policytype

string

None.

acholdername

string

None.

bankname

string

None.

acno

string

None.

actype

string

None.

ifsc

string

None.

filename

string

None.

uploadfile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "policyid": "sample string 1",
  "empcode": "sample string 2",
  "policytype": "sample string 3",
  "acholdername": "sample string 4",
  "bankname": "sample string 5",
  "acno": "sample string 6",
  "actype": "sample string 7",
  "ifsc": "sample string 8",
  "filename": "sample string 9",
  "uploadfile": "sample string 10"
}

application/xml, text/xml

Sample:
<BankdetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models">
  <acholdername>sample string 4</acholdername>
  <acno>sample string 6</acno>
  <actype>sample string 7</actype>
  <bankname>sample string 5</bankname>
  <empcode>sample string 2</empcode>
  <filename>sample string 9</filename>
  <ifsc>sample string 8</ifsc>
  <policyid>sample string 1</policyid>
  <policytype>sample string 3</policytype>
  <uploadfile>sample string 10</uploadfile>
</BankdetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BankdetailResponse
NameDescriptionTypeAdditional information
Status

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<BankdetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models">
  <Msg>sample string 2</Msg>
  <Status>1</Status>
</BankdetailResponse>