CarrierParty
Used to model details about the carrier of a delivery,
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Carrier Party Group | Groups information about the Carrier. | |
Carrier Party Name | 1..1 | Trade name of the delivery party. |
Carrier Party Identifier | 0..1 | The carrier party's ID. |
Carrier Party Tax Scheme ID | 0..1 | Tax scheme ID of the carrier party. |
Country-Specific configurations
- Italy B2B/B2G: Carrier's EORI Code
- Italy B2B/B2G: Carrier's Fiscal Code
- Italy B2B/B2G: Carrier's Driver's License ID
- India B2B: Carrier Party
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<!-- code omitted for clarity -->
<cac:CarrierParty>
<cac:PartyName>
<cbc:Name>Jay Transport</cbc:Name>
</cac:PartyName>
<cac:PartyTaxScheme>
<cbc:CompanyID>05AAABB0639G1Z8</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>GST</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
</cac:CarrierParty>
<!-- code omitted for clarity -->
</cac:Delivery>
</Invoice>
Updated 2 days ago