Italy: Delivery Location

You can specify the address that goods are sent to.

Use the Invoice/Delivery/DeliveryLocation/Address/ element to specify the address.

Details

DetailValue
Italian Specification2.1.9.12 (IndirizzoResa)

Elements

Use the following elements if the tax Representative is an organization:

ElementDescription
Invoice/Delivery/DeliveryLocation/Address/StreetNameThe name of the Street.
Invoice/Delivery/DeliveryLocation/Address/CityNameThe name of the City.
Invoice/Delivery/DeliveryLocation/Address/PostalZoneThe Postal Zone.
Invoice/Delivery/DeliveryLocation/Address/CountrySubentityThe country sub-entity like a State or Province. See Italy: Supplier'sProvince or State
Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCodeThe country's ISO code.

Example

<ubl:Invoice>
    <cac:Delivery>
        <!-- Code omitted for clarity -->
        <cac:DeliveryLocation>
            <cac:Address>
                <cbc:StreetName>TEST NR.222</cbc:StreetName>
                <cbc:CityName>CUMPANA</cbc:CityName>
                <cbc:PostalZone>907105</cbc:PostalZone>
                <cbc:CountrySubentity>IT-VR</cbc:CountrySubentity>
                <cac:Country>
                    <cbc:IdentificationCode>IT</cbc:IdentificationCode>
                </cac:Country>
            </cac:Address>
        </cac:DeliveryLocation>
    </cac:Delivery>
</ubl:Invoice>