POST api/bankinfo/create

Request Information

URI Parameters

None.

Body Parameters

BankInfoModel
NameDescriptionTypeAdditional information
ProposalNo

string

None.

ClientName

string

None.

AccountNo

string

None.

AccountType

string

None.

BankName

string

None.

Branch

string

None.

BranchAddress

string

None.

Routing

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProposalNo": "sample string 1",
  "ClientName": "sample string 2",
  "AccountNo": "sample string 3",
  "AccountType": "sample string 4",
  "BankName": "sample string 5",
  "Branch": "sample string 6",
  "BranchAddress": "sample string 7",
  "Routing": "sample string 8"
}

application/xml, text/xml

Sample:
<BankInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bancassurance_API.Models">
  <AccountNo>sample string 3</AccountNo>
  <AccountType>sample string 4</AccountType>
  <BankName>sample string 5</BankName>
  <Branch>sample string 6</Branch>
  <BranchAddress>sample string 7</BranchAddress>
  <ClientName>sample string 2</ClientName>
  <ProposalNo>sample string 1</ProposalNo>
  <Routing>sample string 8</Routing>
</BankInfoModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.