CarrierParty
Used to model details about the carrier of a delivery,
Elements
| 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 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
- Poland KSF: Carrier Party (FA3)
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 10 days ago
