TaxRepresentativeParty
The tax representative.
More information about Tax Representatives is provided in the Tax Representatives topic.
Details
Detail | Value |
---|---|
Name | TaxRepresentativeParty |
Path | Invoice/TaxRepresentativeParty |
Definition | The tax representative. |
Cardinality | 0..1 |
Elements
Natural Person
Element | Description |
---|---|
Invoice/TaxRepresentativeParty/Person/Name | Specify the party's first name. |
Invoice/TaxRepresentativeParty/Person/FamilyName | Specify the Tax Representative's family name. |
Tax Representative Party
Element | Description |
---|---|
/Invoice/TaxRepresentativeParty/PartyName/Name | The name of the party who is the Tax Representative. |
/Invoice/TaxRepresentativeParty/PostalAddress/StreetName | The name of the street from the address. |
/Invoice/TaxRepresentativeParty/PostalAddress/AdditionalStreetName | Any additional street name. |
/Invoice/TaxRepresentativeParty/PostalAddress/CityName | The name of the city. |
/Invoice/TaxRepresentativeParty/PostalAddress/PostalZone | The Postal Zone. |
/Invoice/TaxRepresentativeParty/PostalAddress/CountrySubentity | The country subdivision, if any. |
/Invoice/TaxRepresentativeParty/PostalAddress/AddressLine/Line | Further lines in the address. |
/Invoice/TaxRepresentativeParty/PostalAddress/AddressLine/ Country/IdentificationCode | The ISO code representing the country. |
/Invoice/TaxRepresentativeParty/PartyTaxScheme/CompanyID | The Tax Representative's company ID. |
/Invoice/TaxRepresentativeParty/PartyTaxScheme/TaxScheme/ID | Specify the scheme ID such as a TIN or VAT. More information is provided in the Tax Categories and Schemes topic. |
Country-Specific Topics
- Italy: Supplier's Tax Representative's EORI Number
- Italy: Supplier's Tax Representative's Fiscal Code
- Italy: Supplier's Tax Representative Natural Person
- Italy: Buyer's Tax Representative
Examples
Natural Person
The following example is from the Italy: Supplier's Tax Representative Natural Person topic:
<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>
Tax Representative Party
<Invoice>
<!-- code omitted for clarity -->
<cac:TaxRepresentativeParty>
<cac:PartyName>
<cbc:Name>Tax Representative Name</cbc:Name>
</cac:PartyName>
<cac:PostalAddress>
<cbc:StreetName>Main street 9</cbc:StreetName>
<cbc:AdditionalStreetName>Postbox 321</cbc:AdditionalStreetName>
<cbc:CityName>London</cbc:CityName>
<cbc:PostalZone>GB 123 EW</cbc:PostalZone>
<cbc:CountrySubentity>West London district</cbc:CountrySubentity>
<cac:AddressLine>
<cbc:Line>Third address line</cbc:Line>
</cac:AddressLine>
<cac:Country>
<cbc:IdentificationCode>GB</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<cac:PartyTaxScheme>
<cbc:CompanyID>GB22334455</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
</cac:TaxRepresentativeParty>
<!-- code omitted for clarity -->
</Invoice>
Updated about 1 month ago