VRBL: Carriers

Carriers can be used to deliver goods.

You can also use the DeliveryParty subelement to model the delivery party.

Elements

Use the CarrierParty element to model this information. It is a sub-element of the Delivery element:

Name (Path)CardinalityDescription
Carrier Party (Invoice/Delivery/CarrierParty)0..1A group to inform about the carrier party.
Carrier Name (//PartyName/Name)1..1Name of the carrier.
Carrier Street Name (//PostalAddress/StreetName)0..1Street name of the carrier.
Carrier City Name (//PostalAddress/CityName)0..1Place (City, Town, Village) of the carrier.
Carrier Postal Zone (//PostalAddress/PostalZone)0..1Postal code of the carrier.
Carrier Address Line (PostalAddress/AddressLine)0..2Address Lines of the carrier.
Carrier Country Code (PostalAddress/Country/IdentificationCode )1..1Country Code of the carrier.

Country-Specific configurations

Example

<ubl:Invoice>
    <cac:Delivery>
        <!-- Code omitted for clarity -->
        <cac:CarrierParty>
            <!-- Code omitted for clarity -->
            <cac:PartyIdentification>
                <cbc:ID schemeID="0210">667788990</cbc:ID>
            </cac:PartyIdentification>
            <!-- Code omitted for clarity -->
        </cac:CarrierParty>
    </cac:Delivery>
</ubl:Invoice>