Skip to main content

Chart of Accounts

The chart of accounts: G/L accounts per legal entity, DATEV Sachkontenstamm import, and activation.

📄️Import accounts from a DATEV Sachkontenstamm.csv

Upload a DATEV Sachkontenstamm.csv file; rows are upserted by code. Only mode=merge is accepted. format=generic accepts the FI-neutral "code;name;kind;description" CSV (semicolon-separated, general_ledger only); the kind and description columns are optional. Omitting the description column leaves stored descriptions untouched, while an empty description cell clears the stored one. The DATEV format stays two-column: a real Sachkontenstamm export carries unrelated data after column 2. Uploading a generic file without format=generic is rejected rather than imported two-column, which would drop the description column. A row naming a legal entity in the generic format's optional leading entity_code column is rejected here: this endpoint scopes the whole file with legal_entity_code, so a declared but empty column is accepted and a filled one is not. Use the general_ledger_accounts data import for a per-row entity file.