Italy: Supplier's Tax Representative Natural Person
If an Italian Supplier's Tax Representative is a person, you must specify their first and last names.
An Italian Tax Representative can be an organization or a person.
If it is a person, you must use the Person
sub-element of the TaxRepresentativeParty element to specify their first and family names.
Italian Specifications
Element | Italian Specification |
---|---|
FirstName | 1.3.1.3.2 (Nome) |
FamilyName | 1.3.1.3.3 (Cognome) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
/Invoice/TaxRepresentativeParty/Person/FirstName | Specify the Tax Representative's first name. |
/Invoice/TaxRepresentativeParty/Person/FamilyName | Specify the Tax Representative's family name. |
Example
<ubl:Invoice>
<cac:TaxRepresentativeParty>
<!-- Code omitted for clarity -->
<cac:Person>
<cbc:FirstName>Maria</cbc:FirstName>
<cbc:FamilyName>Bianchi</cbc:FamilyName>
</cac:Person>
</cac:TaxRepresentativeParty>
</ubl:Invoice>
Updated about 1 month ago