Italy: Carrier Party Data
Details
Element | Italian Specification | Status |
---|---|---|
FamilyName | 2.4.2.8 (CognomeQuietanzante) | Optional |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/PayeeParty/UBLExtensions/UBLExtension/ExtensionContent/ PayeePartyExtension/PersonConfirmingPayment/FamilyName | The family name of the person who confirmed the payment. |
Example
Example
<cac:CarrierParty>
<cac:PartyIdentification>
<!-- EORI Number (2.1.9.1.3.5 <CodEORI>) -->
<cbc:ID schemeID="VRBL:IT:EORI">9876543210777</cbc:ID>
</cac:PartyIdentification>
<cac:PartyIdentification>
<!-- Fiscal Code (2.1.9.1.2 <CodiceFiscale>) -->
<!-- ISO 6523 ICD list (https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/) -->
<cbc:ID schemeID="0210">6677889900123</cbc:ID>
</cac:PartyIdentification>
<!-- Carrier Master Data (2.1.9.1.3 <Anagrafica>) -->
<cac:PartyName>
<!-- Party Name (1.4.1.3.1 <Denominazione>) -->
<cbc:Name>Carrier SRL</cbc:Name>
</cac:PartyName>
<cac:PartyTaxScheme>
<!-- VAT Number (2.1.9.1.1 <IdFiscaleIVA>) -->
<cbc:CompanyID>IT667788990</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<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>
</cac:CarrierParty>
Updated 27 days ago