Reference
Markdown exportBR-DE-3 Seller city must be provided
The seller's city must be provided on the invoice.
Problem Description
The seller's city must be provided on the invoice.
ERROR
XRechnung 3.0
Context and Significance
A complete postal address is required for reliable identification of the seller and for auditability. The city is a mandatory part of the seller postal address in German invoice validation profiles.
Solution
Add the seller's city to the invoice.
Valid Examples
Use these points as the practical checks for this section.
- Berlin
- München
- Hamburg
Invalid Examples
Use these points as the practical checks for this section.
- City missing
- Empty <cbc:CityName/>
Code Examples
Valid XML
<cac:AccountingSupplierParty>
<cac:Party>
<cac:PostalAddress>
<cbc:CityName>Berlin</cbc:CityName>
</cac:PostalAddress>
</cac:Party>
</cac:AccountingSupplierParty>Invalid XML
<cac:AccountingSupplierParty>
<cac:Party>
<cac:PostalAddress>
<!-- Missing cbc:CityName -->
</cac:PostalAddress>
</cac:Party>
</cac:AccountingSupplierParty>Technical Details
Affected Fields
Seller Postal Address, Seller City