Validation rules
BR-CL-22
A VAT exemption reason code (BT-121) is not part of the VATEX code list.
- Rule
BR-CL-22— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-121— VAT exemption reason code- Field in your JSON
invoice.tax_exemptions[*].reason_code
How to fix it
Set the entry in invoice.tax_exemptions to a valid VATEX code — e.g. reason_code "VATEX-EU-AE" (reverse charge), "VATEX-EU-IC" (intra-community supply), "VATEX-EU-G" (export) — or use the free-text reason instead.
BR-CL-22 auf Deutsch — was bedeutet der Fehler?
Der Code des Steuerbefreiungsgrundes (BT-121) stammt nicht aus der VATEX-Codeliste. reason_code ist im Eingabeschema Freitext — ein Tippfehler fällt erst beim KoSIT-Validator auf, der das Dokument ablehnt.
So beheben Sie den Fehler
Setzen Sie tax_exemptions[].reason_code auf einen VATEX-Code, z. B. "VATEX-EU-AE" (Reverse Charge), "VATEX-EU-IC" (innergemeinschaftliche Lieferung) oder "VATEX-EU-G" (Ausfuhr) — oder verwenden Sie stattdessen reason als Freitext.
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.