POST api/Bank/AddBankAccount
Request Information
URI Parameters
None.
Body Parameters
AddNewBankAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| BankName | string |
None. |
|
| IBAN | string |
None. |
|
| Sort | string |
None. |
|
| BIC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankName": "sample string 1",
"IBAN": "sample string 2",
"Sort": "sample string 3",
"BIC": "sample string 4"
}
application/xml, text/xml
Sample:
<AddNewBankAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Focus247_2022.Models"> <BIC>sample string 4</BIC> <BankName>sample string 1</BankName> <IBAN>sample string 2</IBAN> <Sort>sample string 3</Sort> </AddNewBankAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.