Germany B2B: Deliver To Address
You must provide some information about the Deliver To address for German B2B.
You must provide the city, post code, and country code.
More general information is provided in the VRBL: Delivery Information topic.
Elements
Use the following sub-elements of the Delivery element:
Name (Path) | Cardinality | Description |
---|---|---|
Delivery To Address (Invoice/Delivery/DeliveryLocation/Address/ ) | 0..1 | Groups information about the delivery address. |
Delivery To Street Name (Invoice/Delivery/DeliveryLocation/Address/StreetName ) | 0..1 | The name of the street in the party's address. |
Delivery To Additional Street Name (Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetName ) | 0..1 | Any additional street names in the party's address. |
Delivery To Additional City Name (Invoice/Delivery/DeliveryLocation/Address/CityName ) | 0..1 | The name of the city in the party's address. |
Delivery To Postal Zone (Invoice/Delivery/DeliveryLocation/Address/PostalZone ) | 0..1 | The postal zone, if any, in the party's address. |
Delivery To Country Subentity (Invoice/Delivery/DeliveryLocation/Address/CountrySubentity ) | 0..1 | The country subdivision code, usually representing a State or Province. |
Delivery To Additional Address Line (Invoice/Delivery/DeliveryLocation/Address/AddressLine/Line ) | 0..1 | Additional address line. |
Delivery To Country (Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode ) | 1..1 | The ISO code for the country where the party's address is. |
Restriction
You must include the following elements:
- Delivery To Additional City Name (
Invoice/Delivery/DeliveryLocation/Address/CityName
) - Delivery To Postal Zone (
Invoice/Delivery/DeliveryLocation/Address/PostalZone
) - Delivery To Country (
Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode
)
Example
<Invoice>
<!-- Code omitted for clarity -->
<cac:Delivery>
<!-- Code omitted for clarity -->
<cac:DeliveryLocation>
<cbc:ID>68</cbc:ID>
<cac:Address>
<cbc:StreetName>My delivery street 1</cbc:StreetName>
<cbc:AdditionalStreetName>4. OG</cbc:AdditionalStreetName>
<cbc:CityName>Deliver To City</cbc:CityName>
<cbc:PostalZone>98765</cbc:PostalZone>
<cbc:CountrySubentity>Bayern</cbc:CountrySubentity>
<cac:AddressLine>
<cbc:Line>More Details</cbc:Line>
</cac:AddressLine>
<cac:Country>
<cbc:IdentificationCode>DE</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<!-- Code omitted for clarity -->
</cac:Delivery>
<!-- Code omitted for clarity -->
</Invoice>
Updated about 10 hours ago