Italy: 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 Party element to specify the person's first and last names.

Italian Specifications

ElementItalian specification
FirstName1.2.1.3.2 (Nome)
FamilyName1.2.1.3.3 (Cognome)

Elements

ElementDescription
Invoice/AccountingSupplierParty/Party/Person/FirstNameSpecify the person's first name.
Invoice/AccountingSupplierParty/Party/Person/FamilyNameSpecify 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>