Netherlands PEP: 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
| Element | Description | 
|---|---|
| Invoice/AccountingSupplierParty/Party/PostalAddress/StreetName | Specify the street's name. | 
| Invoice/AccountingSupplierParty/Party/PostalAddress/CityName | Specify the name of the City. | 
| Invoice/AccountingSupplierParty/Party/PostalAddress/PostalZone | Specify 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>
Updated about 1 month ago
