POST api/Account/AddBankAccount

Request Information

URI Parameters

None.

Body Parameters

StripeBankAaccountViewModel
NameDescriptionTypeAdditional information
BankAccountId

string

None.

BankRoutingId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bankAccountId": "sample string 1",
  "bankRoutingId": "sample string 2"
}

application/xml, text/xml

Sample:
<StripeBankAaccountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ncdc.api.ViewModels">
  <BankAccountId>sample string 1</BankAccountId>
  <BankRoutingId>sample string 2</BankRoutingId>
</StripeBankAaccountViewModel>

multipart/form-data

Sample:
<StripeBankAaccountViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ncdc.api.ViewModels"><BankAccountId>sample string 1</BankAccountId><BankRoutingId>sample string 2</BankRoutingId></StripeBankAaccountViewModel>

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, multipart/form-data

Sample:

Sample not available.