PlaceOfIssue

Use this Extension to model the place where the Document was issued.

Elements

Name (Technical Name)CardinalityDescription
Place Of Issue (Invoice/UBLExtensions/UBLExtension/ExtensionContent/ InvoiceExtension/PlaceOfIssue/CityName)0..1The place where the invoice was issued. If you do not specify a value, the service uses the Supplier's city by default. This is specified in the AccountingSupplierParty element.

Country-Specific Configurations

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>