Validation rules
BR-O-12
An invoice with a "not subject to VAT" (O) breakdown must not contain lines with any other VAT category (BR-O-11..14).
- Rule
BR-O-12— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-151— Line VAT category- Field in your JSON
invoice.lines[*].vat_category- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Triggerable from your request JSON (generate & validate)
How to fix it
Move the O lines to a separate invoice, or correct their vat_category.
BR-O-12 auf Deutsch — was bedeutet der Fehler?
Eine Rechnung mit einer O-Aufschlüsselung ("nicht umsatzsteuerbar") darf keine Positionen mit einer anderen Umsatzsteuer-Kategorie enthalten (BR-O-11 bis BR-O-14).
So beheben Sie den Fehler
Stellen Sie die O-Positionen auf eine separate Rechnung — oder korrigieren Sie deren vat_category.
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.