VRBL: Delivery Information

Delivery information about the delivery location and carrier can be modelled.

You can model delivery information such as:

  • The address
  • The ID for the location of the delivery, if any
  • The party who delivered the goods

Elements

Use the Delivery element to model delivery information:

Name (Path)CardinalityDescription
Delivery (Invoice/Delivery)0..nGroups information about a delivery that is associated with this Document.
Actual Delivery Date
Actual Delivery Date (Invoice/Delivery/ActualDeliveryDate)0..1The 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..1The delivery location's identifier.
Delivery Location ID (Invoice/Delivery/DeliveryLocation/ID @schemeID)0..1The scheme that the identifier belongs to. Use a value from the ISO6532 list.
Deliver To Address
Delivery To Address (Invoice/Delivery/DeliveryLocation/Address/)0..1Groups information about the delivery address.
Delivery To Street Name (Invoice/Delivery/DeliveryLocation/Address/StreetName)0..1The name of the street in the party's address.
Delivery To Additional Street Name (Invoice/Delivery/DeliveryLocation/Address/AdditionalStreetName)0..1Any additional street names in the party's address.
Delivery To City Name (Invoice/Delivery/DeliveryLocation/Address/CityName)0..1The name of the city in the party's address.
Delivery To Postal Zone (Invoice/Delivery/DeliveryLocation/Address/PostalZone)0..1The postal zone, if any, in the party's address.
Delivery To Country Subentity (Invoice/Delivery/DeliveryLocation/Address/CountrySubentity)0..1The country subdivision code, usually representing a State or Province.
Delivery To Additional Address Line (Invoice/Delivery/DeliveryLocation/Address/AddressLine/Line)0..1Additional address line.
Delivery To Country (Invoice/Delivery/DeliveryLocation/Address/Country/IdentificationCode)1..1The ISO code for the country where the party's address is.
Deliver To Party
Delivery Party Group (Invoice/Delivery/DeliveryParty/PartyName/)0..1Groups information about the party who received the delivery.
Delivery Party Name (Invoice/Delivery/DeliveryParty/PartyName/Name)1..1The 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.
Despatch Information
Despatch Party Group (/Invoice/Delivery/Despatch/DespatchParty)0..1Groups information about the Dispatch Party.
Despatch Party Name (/Invoice/Delivery/Despatch/DespatchParty/PartyName/Name)1..1The Dispatch Party's name.
Despatch Party Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/StreetName)1..1The first line of the address.
Despatch Party Additional Address (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/AdditionalStreetName)0..1The second line of the address.
Despatch Party City Name (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CityName)1..1The Dispatch Party's city.
Despatch Party Postal Zone (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/PostalZone)1..1The Dispatch Party's postal zone or code.
Despatch Party Country Subentity Code (/Invoice/Delivery/Despatch/DespatchParty/PostalAddress/CountrySubentityCode)1..1The code that represents the province of the Dispatch Party.
Shipment Information
Shipment Stage Details Groups (Invoice/Delivery/Shipment/ShipmentStage)0..1Groups shipment information.
Transport Mode Code (Invoice/Delivery/Shipment/ShipmentStage/TransportModeCode)0..1The code that represents the mode of transport.
Loading Port Location (Invoice/Delivery/Shipment/ShipmentStage/LoadingPortLocation/ID)0..1The code that identifies the port where the goods were loaded.
Transport Means Group (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans)1..1Groups information about the means of transport.
Transport Means Type Code (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans/TransportMeansTypeCode)0..1The code that represents the means of transport.
Transport Means Air Transport (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans/AirTransport/AircraftID)0..1The Vehicle ID of the aircraft.
Transport Means Road Transport (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans/RoadTransport/LicensePlateID)0..1The Vehicle ID of the road transport such as a truck or van.
Transport Means Rail Transport (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans)0..1The Vehicle ID of the train.
Transport Means Maritime Transport (Invoice/Delivery/Shipment/ShipmentStage/ TransportMeans)0..1The Vehicle ID of the ship.

Restrictions

  • You must use a value from the ISO3166-1:Alpha2 list for the Delivery Location ID element.

Carriers

Carriers are the party who delivers or partially delivers the goods. You can also use the Delivery/DeliveryParty/PartyName to name the party who delivered the goods.

Delivery terms

You can use the DeliveryTerms element to model any terms that might be attached to a delivery.

Shipment information

You can use the Shipment element to specify shipment information.

Country-Specific configurations

Example

Delivery location

<ubl:Invoice>
    <!-- Code omitted for clarity -->
  <cac:Delivery>
    <!-- Code omitted for clarity -->
    <cac:DeliveryLocation>
      <cbc:ID>68</cbc:ID>
      <cac:Address>
        <cbc:StreetName>14 Strass</cbc:StreetName>
        <cbc:AdditionalStreetName>4. OG</cbc:AdditionalStreetName>
        <cbc:CityName>Munchen</cbc:CityName>
        <cbc:PostalZone>98765</cbc:PostalZone>
        <cbc:CountrySubentity>Bayern</cbc:CountrySubentity>
        <cac:AddressLine>
          <cbc:Line>No.11</cbc:Line>
        </cac:AddressLine>
        <cac:Country>
          <cbc:IdentificationCode>DE</cbc:IdentificationCode>
        </cac:Country>
      </cac:Address>
    </cac:DeliveryLocation>
    <cac:DeliveryParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>

Delivery terms

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:DeliveryTerms>
		<cbc:ID>CIF</cbc:ID>
	</cac:DeliveryTerms>
	<!-- Code omitted for clarity -->
</ubl:Invoice>

Shipment information

<ubl:Invoice>
    <cac:Delivery>
        <!-- Code omitted for clarity -->
        <cac:Shipment>
            <!-- Code omitted for clarity -->
            <cac:GoodsItem>
                <cbc:Description>free text</cbc:Description>
            </cac:GoodsItem>
            <!-- Code omitted for clarity -->
        </cac:Shipment>
    </cac:Delivery>
</ubl:Invoice>