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
Detail | Value |
---|---|
Italian Specification | 2.1.9.12 (IndirizzoResa) |
Elements
Use the following elements if the tax Representative is an organization:
Element | Description |
---|---|
Invoice/Delivery/DeliveryLocation/Address/StreetName | The name of the Street. |
Invoice/Delivery/DeliveryLocation/Address/CityName | The name of the City. |
Invoice/Delivery/DeliveryLocation/Address/PostalZone | The Postal Zone. |
Invoice/Delivery/DeliveryLocation/Address/CountrySubentity | The country sub-entity like a State or Province. See Italy: Supplier'sProvince or State |
Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode | The 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>
Updated 27 days ago