HAALCENTRAAL English translation
BRP API / Personen / Features / onbekendwaardes

composing address lines where one or more verblijfplaats fields have the default value, for GezagPersoonBeperkt

#language: en

Feature: composing address lines where one or more verblijfplaats fields have the default value, for GezagPersoonBeperkt

  As a consumer of the BRP bevragen API
  I want the residence data of a person to be requestable in accordance with NEN 5825:2002
  So that I can use the address data of the person correctly


  Rule: address lines for an address are not supplied where 'straatnaam (11.10)' or 'huisnummer (11.20)' have the default value

    Scenario Outline: the person has an address with <omschrijving>
      Given the person with citizen service number '000000188' has the following 'verblijfplaats' data
      | functie adres (10.10) |
      | W                     |
      And the 'verblijfplaats' has the following 'adres' data
      | gemeentecode (92.10) | straatnaam (11.10) | huisnummer (11.20) | identificatiecode verblijfplaats (11.80) |
      | 0518                 | <straatnaam>       | <huisnummer>       | 0599010051001502                         |
      When persons are searched with the following parameters
      | naam                             | waarde                                                                                   |
      | type                             | ZoekMetAdresseerbaarObjectIdentificatie                                                  |
      | adresseerbaarObjectIdentificatie | 0599010051001502                                                                         |
      | fields                           | adressering.adresregel1,adressering.adresregel2,adressering.adresregel3,adressering.land |
      Then the response has a person without data

      Examples:
      | straatnaam               | huisnummer | omschrijving                       |
      |                          | 88         | een lege straatnaam                |
      | .                        | 88         | een straatnaam met standaardwaarde |
      | Jonkheer van Riemsdijkln | 0          | een huisnummer met standaardwaarde |