UpdateBankAccountRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| bic | string | — |
| booking_account_number | integer | Ledger account number for DATEV export. |
| currency_code | string | — |
| iban | string | — |
| is_active | boolean | — |
| is_manual | boolean | True = manual account; false = externally synced. |
| name | string | — |
Beispiel (JSON)
{
"name": "string",
"iban": "string",
"bic": "string",
"currency_code": "string",
"is_active": true,
"is_manual": true
}