Italy: Supplier's Business Registration Number

You can specify an Italian Supplier's REA number.

Use the CompanyID sub-element of the Party element to specify an Italian Supplier's Business Registration number (REA number)

Italian Specification

DetailValue
Italian Specification 1.2.4.2 (NumeroREA)

Element

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/CompanyIDSpecify the Supplier's Company ID.

Restrictions

Example

The following example specifies 225895 for the Company ID:

<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <!-- Code omitted for clarity -->
                <cbc:CompanyID>225895</cbc:CompanyID>
                <!-- Code omitted for clarity -->
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>