Germany B2G: Delivery Information
For German Buyers, the delivery information must include a city name and valid German post code.
This is used when the delivery address or recipient is different to the Buyer and their address. You must include the City Name and Post Code.
Elements
Use the Delivery element to specify the details of the party who received the delivery:
Name (Path) | Cardinality | Description |
---|---|---|
Delivery (Invoice/Delivery ) | 0..n | Groups information about a delivery that is associated with this Document. |
Actual Delivery Date | ||
Actual Delivery Date (Invoice/Delivery/ActualDeliveryDate ) | 0..1 | The date that the delivery was made in the YYYY-MM-DD format, for example, 2018-10-22 . |
Delivery Location ID | ||
Delivery Location ID (Invoice/Delivery/DeliveryLocation/ID ) | 0..1 | The delivery location's identifier. |
Delivery Location ID (Invoice/Delivery/DeliveryLocation/ID @schemeID ) | 0..1 | The scheme that the identifier belongs to. Use a value from the ISO6532 list. |
Deliver To Address | ||
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 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. |
Deliver To Party | ||
Delivery Party Group (Invoice/Delivery/DeliveryParty/PartyName/ ) | 0..1 | Groups information about the party who received the delivery. |
Delivery Party Name (Invoice/Delivery/DeliveryParty/PartyName/Name ) | 1..1 | The name of the party to whom the goods are delivered. |
Delivery Party Company ID (Invoice/Delivery/DeliveryParty/PartyTaxScheme/CompanyID ) | The company ID of the party who delivered the goods. | |
Delivery Party Tax Scheme ID (Invoice/Delivery/DeliveryParty/PartyTaxScheme/TaxScheme/ID ) | The Tax Scheme ID of the deliverer. | |
Delivery Party Legal Entity's Registered Name (Invoice/Delivery/DeliveryParty/PartyLegalEntity/RegistrationName ) | The deliverer's registered legal entity name. | |
Delivery Party Legal Entity's Company ID (Invoice/Delivery/DeliveryParty/PartyLegalEntity/CompanyID ) | The company ID of the registered legal entity name. |
Restrictions
- You must include the Delivery To City Name (
Invoice/Delivery/DeliveryLocation/Address/CityName
) and the Delivery To Postal Zone (Invoice/Delivery/DeliveryLocation/Address/PostalZone
) elements.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<cbc:ActualDeliveryDate>2017-11-01</cbc:ActualDeliveryDate>
<cac:DeliveryLocation>
<cbc:ID schemeID="0088">9483759475923478</cbc:ID>
<cac:Address>
<cbc:StreetName>Delivery street 2</cbc:StreetName>
<cbc:AdditionalStreetName>Building 56</cbc:AdditionalStreetName>
<cbc:CityName>Stockholm</cbc:CityName>
<cbc:PostalZone>21234</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>SE</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<cac:DeliveryParty>
<cac:PartyName>
<cbc:Name>Delivery party Name</cbc:Name>
</cac:PartyName>
</cac:DeliveryParty>
</cac:Delivery>
<!-- code omitted for clarity -->
</Invoice>
Updated 5 days ago