Netherlands: Supplier's Postal Address

You must specify the address of Netherlands-based suppliers.

Use the PostalAddress element to specify the Street, City and Postal Zone of the Supplier's address.

Elements

ElementDescription
Invoice/AccountingSupplierParty/Party/PostalAddress/StreetNameSpecify the street's name.
Invoice/AccountingSupplierParty/Party/PostalAddress/CityNameSpecify the name of the City.
Invoice/AccountingSupplierParty/Party/PostalAddress/PostalZoneSpecify the Postal Zone.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
	<cac:AccountingSupplierParty>
		<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:AccountingSupplierParty> 
    <!-- Code omitted for clarity -->
</ubl:Invoice>