Italy: Province for Supplier's Business
You can specify the State or Province for Italian Supplier's business.
Use the BusinessRegistrationProvinceCode (Extn) Extension to specify the province.
Italian Specification
Detail | Value |
---|---|
Italian Specification | 1.2.4.1 (Ufficio) |
Element
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/UBLExtensions/ UBLExtension/ExtensionContent/PartyLegalEntityExtension/BusinessRegistrationProvinceCode | Specify one of the ISO 3166-2:IT codes. |
Restrictions
- You must use one of the codes listed on ISO 3166-2:IT.
Warning
You can also use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces.
- If you use this element, you also must add the Business Registration Number as described in the Italy: Supplier's Business Registration Number topic and the Supplier's liquidation status as described in the Italy: Supplier's Liquidation Status topic.
Example
The following example specifies IT-VR
:
<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 29 days ago