Validation rules
BR-E-09
The tax amount (BT-117) of the exempt (E) breakdown must be 0.
- Rule
BR-E-09— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-117— VAT category tax amount- Field in your JSON
invoice.lines- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Triggerable from your request JSON (generate & validate)
How to fix it
Set line.vat to 0 on E lines (and vat: 0 on E allowances/charges) — any other rate makes normbill compute non-zero VAT for the group.
BR-E-09 auf Deutsch — was bedeutet der Fehler?
Der Steuerbetrag (BT-117) der steuerbefreiten Aufschlüsselung (E) muss 0 sein — der KoSIT-Validator lehnt die Rechnung sonst ab.
So beheben Sie den Fehler
Setzen Sie line.vat auf 0 bei E-Positionen (und vat: 0 bei E-Nachlässen/-Zuschlägen); jeder andere Satz führt zu berechneter Umsatzsteuer in der Gruppe.
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.