Validation rules
BR-41
An invoice line allowance (BG-27) has no allowance amount (BT-136).
- Rule
BR-41— official EN 16931 / XRechnung rule- Severity
- error
- Business term
BT-136— Line allowance amount- Field in your JSON
invoice.lines[*].allowances- Detected by
- tier 3 — KoSIT validator (authoritative)
- Reachability
- Only reachable when validating your own XML — normbill-generated documents cannot trigger it
The request schema requires amount (or base_amount + percent) on every line allowance and the serializer always writes cbc:Amount; the UBL schema makes the element mandatory too.
How to fix it
Add cbc:Amount to the line allowance.
BR-41 auf Deutsch — was bedeutet der Fehler?
Ein Positionsnachlass (BG-27) hat keinen Nachlassbetrag (BT-136).
So beheben Sie den Fehler
Ergänzen Sie cbc:Amount im Positionsnachlass.
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.