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) | Cardinality | Description |
|---|---|---|
Carrier Party (Invoice/Delivery/CarrierParty) | 0..1 | A group to inform about the carrier party. |
Carrier Name (//PartyName/Name) | 1..1 | Name of the carrier. |
Carrier Street Name (//PostalAddress/StreetName) | 0..1 | Street name of the carrier. |
Carrier City Name (//PostalAddress/CityName) | 0..1 | Place (City, Town, Village) of the carrier. |
Carrier Postal Zone (//PostalAddress/PostalZone) | 0..1 | Postal code of the carrier. |
Carrier Address Line (PostalAddress/AddressLine) | 0..2 | Address Lines of the carrier. |
Carrier Country Code (PostalAddress/Country/IdentificationCode ) | 1..1 | Country Code of the carrier. |
Country-Specific configurations
- Italy: Carrier's EORI Code
- Italy: Carrier's Fiscal Code
- Italy: Carrier Party Data (Optional)
- Italy: Carrier's Driver's License ID
- Poland KSF: Carrier Party (FA3)
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>
Updated 4 days ago
