Netherlands: Buyer's Postal Address

You must specify the address for Netherlands-based Buyers.

Use the PostalAddress entity to specify the buyer's Street, City and Postal Zone.

Elements

ElementDescription
Invoice/AccountingCustomerParty/Party/PostalAddress/StreetNameSpecify the street name.
Invoice/AccountingCustomerParty/Party/PostalAddress/CityNameSpecify the City name.
Invoice/AccountingCustomerParty/Party/PostalAddress/PostalZoneSpecify the Postal Zone.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
	<cac:AccountingCustomerParty>
		<cac:Party>
		<!-- Code omitted for clarity -->
			<cac:PostalAddress>
				<cbc:StreetName>Mevlanaplein 13</cbc:StreetName>
				<cbc:CityName>Rotterdam</cbc:CityName>
				<cbc:PostalZone>3022 EP</cbc:PostalZone>
				<cac:Country>
					<cbc:IdentificationCode>NL</cbc:IdentificationCode>
				</cac:Country>
			</cac:PostalAddress>
		<!-- Code omitted for clarity -->
		</cac:Party>
	</cac:AccountingCustomerParty> 
    <!-- Code omitted for clarity -->
</ubl:Invoice>