Jupiter ERP
Account API

BankAccount

Felder, Typen und Verweise auf andere Modelle.

BankAccount (object)

FeldTypBeschreibung
bicstringBank BIC/SWIFT code
booking_account_numberintegerLedger account number for DATEV export.
created_atstring (date-time)Creation timestamp in ISO 8601 format.
currency_codestring
ibanstringBank IBAN
id*integer
is_active*boolean
is_manual*booleanTrue = manual account (create transactions manually); false = externally synced (e.g. bank/CSV).
name*string
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
Beispiel (JSON)
{
  "id": 0,
  "name": "string",
  "iban": "string",
  "bic": "string",
  "currency_code": "string",
  "is_active": true,
  "is_manual": true
}
Schema BankAccount · Jupiter ERP