Create Customer Bank Account
Create a new bank account for a specific customer
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
The tenant ID for the target ERP instance.
Path Parameters
Body
The bank account of the customer to create.
Model Class: CreateCustomerBankAccount
Name of the account holder of the customer's bank account.
255"John Smith"
"Sparkasse"
"1234567890"
"44550045"
"DE123456789123456"
"WELADED1ISL"
Response
The created bank account of the customer.
Model Class: CustomerBankAccount
Name of the account holder of the customer's bank account.
"John Smith"
Name of the bank.
"Sparkasse"
Account number of the customer's bank account.
"1234567890"
Bank code of the customer bank's account.
"44550045"
International bank account number of the customer's bank account.
"DE123456789123456"
Bank identification code of the customer's bank account.
"WELADED1ISL"