Italy FPA: Supplier Natural Person
If the Supplier is a person rather than a legal entity like a business, you must specify the person's details.
Use the Person sub-element of the AccountingSupplierParty element to specify the person's first and last names.
Italian Specifications
| Element | Italian specification | 
|---|---|
FirstName | 1.2.1.3.2 (Nome) | 
FamilyName | 1.2.1.3.3 (Cognome) | 
Elements
| Element | Description | 
|---|---|
Invoice/AccountingSupplierParty/Party/Person/FirstName | Specify the person's first name. | 
Invoice/AccountingSupplierParty/Party/Person/FamilyName | Specify the person's family name. | 
Example
<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:Person>
                <cbc:FirstName>Maria</cbc:FirstName>
                <cbc:FamilyName>Bianchi</cbc:FamilyName>
            </cac:Person>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>
Updated about 1 month ago
