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

DetailValue
Italian Specification1.2.2.5 (Provincia)

Element

ElementDescription
Invoice/AccountingCustomerParty/Party/PostalAddress/CountrySubentitySpecify the buyer's State or Province.

Restrictions

🚧

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>