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

ElementDescription
Invoice/TaxRepresentativeParty/Party/PostalAddress/StreetNameSpecify the Street.
Invoice/TaxRepresentativeParty/Party/PostalAddress/CityNameSpecify the City name.
Invoice/TaxRepresentativeParty/Party/PostalAddress/PostalZoneSpecify 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>