Italy: Supplier's Province or State
You can specify an Italian supplier's province or state code.
Use the PostalAddress/CountrySubentity
element to specify the province's code.
Italian Specification
Detail | Value |
---|---|
Italian Specification | 1.2.2.5 (Provincia) |
Element
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentity | Specify one of the ISO codes for the Italian subdivision. |
Restrictions
- You must use one of the codes listed on the ISO 3166-2:IT page for the
CountrySubEntity
element.Warning
You can only use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces.
Example
<ubl:Invoice>
<cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PostalAddress>
<!-- Code omitted for clarity -->
<cbc:CountrySubentity>IT-VR</cbc:CountrySubentity>
<!-- Code omitted for clarity -->
</cac:PostalAddress>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
</ubl:Invoice>
Updated about 1 month ago