Fehlercodes · UBL 2.1

UBL-CR-026Im Rechnungssystem

A UBL invoice should not include the BillingReference DocumentTypeCode

So lautet die Ablehnung wörtlich: „[UBL-CR-026] Your invoice contains BillingReference/DocumentTypeCode which is not allowed in EN16931. Only the document ID is permitted for billing references.

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 `cbc:DocumentTypeCode` element from your Invoice.
Wenn Sie es selbst im Rechnungssystem eintragen
Vorher
<cac:InvoiceDocumentReference>
  <cbc:DocumentTypeCode>value</cbc:DocumentTypeCode>
</cac:InvoiceDocumentReference>
Nachher
<cac:InvoiceDocumentReference>
  <!-- cbc:DocumentTypeCode removed for EN 16931 compliance -->
</cac:InvoiceDocumentReference>

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

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