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
Element | Description |
---|---|
Invoice/AccountingCustomerParty/Party/PostalAddress/StreetName | Specify the street name. |
Invoice/AccountingCustomerParty/Party/PostalAddress/CityName | Specify the City name. |
Invoice/AccountingCustomerParty/Party/PostalAddress/PostalZone | Specify 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>
Updated 3 months ago