Fehlercodes · UBL 2.1

UBL-CR-256Im Rechnungssystem

A UBL invoice should not include the AccountingCustomerParty Party Contact...

So lautet die Ablehnung wörtlich: „[UBL-CR-256] Your invoice contains a Contact OtherCommunication element in the buyer party which is not allowed in EN16931 invoices. This element must be removed.

Was Sie bereithaltenNichts. Die Datei muss im Rechnungssystem neu erzeugt werden; wir prüfen sie danach erneut.
Was wir tunInvoice Navigator automatically removes the disallowed `cac:OtherCommunication` element from your Invoice (UBL-CR-256).
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:Contact>
  <cac:OtherCommunication>value</cac:OtherCommunication>
</cac:Contact>
Nachher
<cac:Contact>
  <!-- cac:OtherCommunication removed for EN 16931 compliance -->
</cac:Contact>

Die Reihenfolge ist Teil der Regel: steht das Element an der falschen Stelle, lehnt der Validator mit UBL-CR-256 ab.

So sieht der Befund ausBeispiel
BefundAufbau fehlerhaft · UBL-CR-256
Stelle/Invoice/cac:AccountingCustomerParty/cac:Party/cac:Contact/cac:OtherCommunication
Von IhnenNeu exportierte Datei
DanachNeu exportieren
NachweisSHA-256 und /verify-Link nach der Prüfung
UBL-CR-256: A UBL invoice should not include the AccountingCustomerParty Party Contact... – Fehlercode erklärt