Poland B2B: Place of Issue
You must specify the place where the Document was issued.
If the place of issue of your Supplier's invoices is different to their address, you can use the PlaceOfIssue
Extension to model this information.
If you do not specify a value, the service uses the Supplier's city by default. This is specified in the AccountingSupplierParty element.
Elements
Name (Technical Name) | Cardinality | Description |
---|---|---|
Place Of Issue (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/PlaceOfIssue/CityName ) | 0..1 | The place where the invoice was issued. |
Example
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- code omitted for clarity -->
<vrbl:PlaceOfIssue>
<cbc:CityName>Kraków</cbc:CityName>
</vrbl:PlaceOfIssue>
<!-- code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated 1 day ago