HAALCENTRAAL English translation
BRP API / Personen / Features / fields-tabelwaarde

requesting a value table field with fields

# language: en
Feature: requesting a value table field with fields

  Rule: Requesting one or more fields of a 'waardetabel' field supplies all fields of that 'waardetabel' field

    Scenario Outline: 'geslachtsaanduiding (04.10)' is requested with field path '<fields>'
      Given the person with citizen service number '000000152' has the following data
        | geslachtsaanduiding (04.10) |
        | V                           |
      When persons are searched with the following parameters
        | naam                | waarde                          |
        | type                | RaadpleegMetBurgerservicenummer |
        | burgerservicenummer |                       000000152 |
        | fields              | <fields>                        |
      Then the response has a person with the following data
        | naam                  | waarde |
        | geslacht.code         | V      |
        | geslacht.omschrijving | vrouw  |

      Examples:
        | fields                |
        | geslacht              |
        | geslacht.code         |
        | geslacht.omschrijving |