Italy FPA: Supplier Sole Proprietor
You can indicate whether an Italian Supplier is a sole proprietor.
If an Italian Supplier is the only owner of the business, you can indicate this.
Use the SoleProprietorshipIndicator sub-element of the AccountingSupplierParty element to do so.
Italian Specification
| Detail | Value | 
|---|---|
| Italian Specification | 1.2.4.4 (SocioUnico) | 
Element
| Element | Description | 
|---|---|
| Invoice/AccountingSupplierParty/Party/PartyLegalEntity/SoleProprietorshipIndicator | Specify true or false. | 
Restrictions
- If you use this element, you must also provide the elements described in the following topics:
Example
The following example indicates that the Supplier is a sole proprietor:
<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <!-- Code omitted for clarity -->
                <cbc:SoleProprietorshipIndicator>true</cbc:SoleProprietorshipIndicator>
                <!-- Code omitted for clarity -->
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>
Updated about 1 month ago
