Italy FPA: Buyer's Permanent Italian Establishment
You can specify the permanent address of a buyer who is not a resident in Italy.
Buyers who are not residents in Italy may have a permanent address in Italy.
Use the PostalAddress element to specify the address of the non-resident Buyer's permanent establishment.
Note
This corresponds to AgID's suggested implementation.
Italian Specification
| Detail | Value | 
|---|---|
| Italian Specification | 1.4.3 (StabileOrganizzazione) | 
Elements
| Element | Description | 
|---|---|
| Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/StreetName | The name of the street. | 
| Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/CityName | The name of the city. | 
| Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/PostalZone | The postal zone. | 
| Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/CountrySubentity | The subdivision, for example, IT-VR. | 
| Invoice/AccountingCustomerParty/Party/AgentParty/PostalAddress/ Country/IdentificationCode | The country and State or Province code, for example, IT. | 
Restrictions
- You must use one of the  codes listed on the  ISO 3166-2:IT page for the CountrySubEntityelement.
Warning
You can only use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces.
Example
<ubl:Invoice>
    <cac:AccountingCustomerParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:AgentParty>
                <cac:PostalAddress>
                    <!-- 1.4.3.1 <Indirizzo>  --> 
                    <!-- 1.4.3.2 <NumeroCivico> -->
                    <cbc:StreetName>Via Test 99</cbc:StreetName>
                    <!-- 1.4.3.4 <Comune>  -->
                    <cbc:CityName>Verona</cbc:CityName>
                    <!-- 1.4.3.3 <CAP>  -->
                    <cbc:PostalZone>37100</cbc:PostalZone>
                    <!-- 1.4.3.5 <Provincia>  -->
                    <cbc:CountrySubentity>IT-VR</cbc:CountrySubentity>
                    <!-- 1.4.3.6 <Nazione>  -->
                    <cac:Country>
                        <cbc:IdentificationCode>IT</cbc:IdentificationCode>
                    </cac:Country>
                </cac:PostalAddress>
            </cac:AgentParty>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingCustomerParty>
</ubl:Invoice>
Updated about 1 month ago
