Skip to main content
PATCH
Update Customer Bank Account

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

customerId
integer<int32>
required

The id of the customer that the bank accounts belong to. Represents a unique key for identifying a customer in the JTL system.

customerBankAccountId
integer<int32>
required

The id of the customer bank account.

Body

application/json

The customer bank account to update.

Model Class: UpdateCustomerBankAccount

AccountHolder
string

Name of the account holder of the customer's bank account.

BankName
string

Name of the bank.

AccountNumber
string

Account number of the customer's bank account.

BankCode
string

Bank code of the customer bank's account.

IBAN
string

International bank account number of the customer's bank account.

BIC
string

Bank identification code of the customer's bank account.

Response