Netherlands: Supplier's Tax Representative Postal Address
You must specify the Supplier's Tax Representative's postal address.
Use the PostalAddress
element to specify the Seller's Tax Representative's address.
Elements
Element | Description |
---|---|
Invoice/TaxRepresentativeParty/Party/PostalAddress/StreetName | Specify the Street. |
Invoice/TaxRepresentativeParty/Party/PostalAddress/CityName | Specify the City name. |
Invoice/TaxRepresentativeParty/Party/PostalAddress/PostalZone | Specify the Postal Zone |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:TaxRepresentativeParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PostalAddress>
<cbc:StreetName>Keizersgracht 322</cbc:StreetName>
<cbc:CityName>Amsterdam</cbc:CityName>
<cbc:PostalZone>1017 ET</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>NL</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:TaxRepresentativeParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago