BusinessRegistrationProvinceCode (Extn)
Used to specify the Italian province where the supplier's business is registered.
Element
| Element | Description | 
|---|---|
| Business Registration Province Code ( Invoice/AccountingSupplierParty/Party/PartyLegalEntity/UBLExtensions/ UBLExtension/ExtensionContent/PartyLegalEntityExtension/BusinessRegistrationProvinceCode) | Specify one of the ISO 3166-2:IT codes. | 
Country-Specific configuration
Example
<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:PartyLegalEntityExtension>
                                <!-- Code omitted for clarity -->
                                <vrbl:BusinessRegistrationProvinceCode>IT-VR</vrbl:BusinessRegistrationProvinceCode>
                                <!-- Code omitted for clarity -->
                            </vrbl:PartyLegalEntityExtension>                            
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>
Updated 4 months ago
