HAALCENTRAAL English translation
BRP API / Personen / Features / aanduidingNaamgebruik-gba

Aanduiding naamgebruik

# language: en

@gba
Feature: Aanduiding naamgebruik


  Rule: The correct description must be supplied with the code for aanduidingNaamgebruik
    The correct description can be found at https://github.com/VNG-Realisatie/Haal-Centraal-BRP-tabellen-bevragen/blob/master/docs/tabelwaarden.csv
    And in the Logisch Ontwerp BRP (Logical Design), under Possible values of element 61.10

    Scenario Outline: The person has aanduiding naamgebruik '<naamgebruik code>'
      Given the person with citizen service number '000000139' has the following data
      | naam                           | waarde             |
      | aanduiding naamgebruik (61.10) | <naamgebruik code> |
      When gba persons are searched with the following parameters
      | naam                | waarde                          |
      | type                | RaadpleegMetBurgerservicenummer |
      | burgerservicenummer | 000000139                       |
      | fields              | naam.aanduidingNaamgebruik      |
      Then the response has a person with the following 'naam' data
      | naam                               | waarde                     |
      | aanduidingNaamgebruik.code         | <naamgebruik code>         |
      | aanduidingNaamgebruik.omschrijving | <naamgebruik omschrijving> |

      Examples:
      | naamgebruik code | naamgebruik omschrijving                                                |
      | E                | eigen geslachtsnaam                                                     |
      | N                | geslachtsnaam echtgenoot/geregistreerd partner na eigen geslachtsnaam   |
      | P                | geslachtsnaam echtgenoot/geregistreerd partner                          |
      | V                | geslachtsnaam echtgenoot/geregistreerd partner voor eigen geslachtsnaam |