Validation rules
BR-O-14
An invoice with a "not subject to VAT" (O) breakdown must not contain document-level charges with any other VAT category.
- Rule
BR-O-14— official EN 16931 / XRechnung rule- Severity
- error
- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Triggerable from your request JSON (generate & validate)
How to fix it
Set the charge's vat_category to "O" (and omit its vat), or move the O items to a separate invoice.
BR-O-14 auf Deutsch — was bedeutet der Fehler?
Eine Rechnung mit einer O-Aufschlüsselung ("nicht umsatzsteuerbar") darf keine Zuschläge auf Dokumentebene mit einer anderen Umsatzsteuer-Kategorie enthalten.
So beheben Sie den Fehler
Setzen Sie die vat_category des Zuschlags auf "O" (und lassen Sie vat weg) — oder stellen Sie die O-Posten auf eine separate Rechnung.
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.