Italy: Carrier's Driver's License ID
You can specify the Carrier's driving license.
Use the ID
sub-element of the Delivery element to specify the driver's license.
Details
Detail | Value |
---|---|
Italian Specification | 2.1.9.1.4 (NumeroLicenzaGuida) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/Delivery/CarrierParty/Person/IdentityDocumentReference/DocumentTypeCode | Specify 40 as as the Document Type code. |
Invoice/Delivery/CarrierParty/Person/IdentityDocumentReference/DocumentTypeCode/ID | Specify the driver's license number. |
Restrictions
- Use
40
as the value for theDocumentTypeCode
element. This code is from the UNTDID 1001 code list .
Example
<cac:Person>
<cac:IdentityDocumentReference>
<!-- Drivers License ID Number (2.1.9.1.4 <NumeroLicenzaGuida>) -->
<cbc:ID>MI1234567H</cbc:ID>
<!-- https://service.unece.org/trade/untdid/d23a/tred/tred1001.htm -->
<!-- 40 - Driving licence (national) -->
<cbc:DocumentTypeCode>40</cbc:DocumentTypeCode>
</cac:IdentityDocumentReference>
</cac:Person>
Updated 27 days ago