HAALCENTRAAL English translation
BRP API / Personen / Features / onbekend-waardes-gba

birth

#language: en

@gba
Feature: birth

    Scenario: the person has unknown geboorte data
      Given the person with citizen service number '000000152' has the following data
      | naam                   | waarde   |
      | geboortedatum (03.10)  | 00000000 |
      | geboorteplaats (03.20) | 0000     |
      | geboorteland (03.30)   | 0000     |
      When gba persons are searched with the following parameters
      | naam                | waarde                          |
      | type                | RaadpleegMetBurgerservicenummer |
      | burgerservicenummer | 000000152                       |
      | fields              | geboorte                        |
      Then the response has a person with the following 'geboorte' data
      | naam                | waarde   |
      | datum               | 00000000 |
      | plaats.code         | 0000     |
      | plaats.omschrijving | Onbekend |
      | land.code           | 0000     |
      | land.omschrijving   | Onbekend |