Carriers
Carriers can be used to deliver goods.
Use the Carriers
sub-element of the Delivery element to specify carrier information.
You can also use the DeliveryParty
sub-element to model the delivery party.
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
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 about 2 months ago