POST v1/banklogins/{bankLoginId}/bankAccounts
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankLoginId | globally unique identifier |
Required |
Body Parameters
BankAccountPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountHolder | string |
Required |
|
| BankAccountNumber | string |
Required |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BankAccountGetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountHolder | string |
None. |
|
| BankAccountNumber | string |
None. |
|
| BankLoginId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.