Italy: Buyer's Postal Address
You can specify a buyer's state or province.
Use the CountrySubentity
element to specify the buyer's State or Province.
Italian Specification
Detail | Value |
---|---|
Italian Specification | 1.2.2.5 (Provincia) |
Element
Element | Description |
---|---|
Invoice/AccountingCustomerParty/Party/PostalAddress/CountrySubentity | Specify the buyer's State or Province. |
Restrictions
- You must use one of the e ISO 3166-2:IT for Italian addresses.
Warning
You can only use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces. You cannot use codes that represent any other kind of entity.
Example
<ubl:Invoice>
<cac:AccountingCustomerParty>
<!-- 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:AccountingCustomerParty>
</ubl:Invoice>
Updated about 1 month ago