Jupiter ERP
Account API

UpdateBankAccountRequest

Fields, types, and references to other models.

UpdateBankAccountRequest (object)

FieldTypeDescription
bicstring
booking_account_numberintegerLedger account number for DATEV export.
currency_codestring
ibanstring
is_activeboolean
is_manualbooleanTrue = manual account; false = externally synced.
namestring
Example (JSON)
{
  "name": "string",
  "iban": "string",
  "bic": "string",
  "currency_code": "string",
  "is_active": true,
  "is_manual": true
}
Schema UpdateBankAccountRequest · Jupiter ERP