Validation rules
BR-O-08
The taxable amount (BT-116) of the "not subject to VAT" (O) breakdown does not equal the sum of line net amounts minus allowances plus charges with category O.
- Rule
BR-O-08— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-116— VAT category taxable amount- Field in your JSON
invoice.lines- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Triggerable from your request JSON (generate & validate)
The engine computes breakdown amounts from the lines, so generated documents only violate this when O items carry differing vat values.
How to fix it
Omit line.vat on every O line, allowance and charge — differing vat values split the breakdown so no part matches the category-wide sum this rule checks.
BR-O-08 auf Deutsch — was bedeutet der Fehler?
Der Grundbetrag (BT-116) der O-Aufschlüsselung (nicht umsatzsteuerbar) entspricht nicht der Summe der Positionsnettobeträge abzüglich Nachlässen zuzüglich Zuschlägen der Kategorie O. Bei normbill passiert das nur, wenn O-Positionen unterschiedliche vat-Werte tragen.
So beheben Sie den Fehler
Lassen Sie line.vat auf allen O-Positionen, -Nachlässen und -Zuschlägen weg — unterschiedliche vat-Werte teilen die Aufschlüsselung so auf, dass keine Teilsumme mehr passt.
Official sources
- XRechnung specification (KoSIT / xeinkauf.de)
- KoSIT validator on GitHub and the XRechnung validator configuration
Every 422 from the API lists the rule id, the path in your request JSON, a plain-language message and a suggested fix — see the docs overview for the report format.