HAALCENTRAAL English translation
BRP API / Personen / Features / overzicht

consulting the data of a person

# language: en
Feature: consulting the data of a person

  As a consumer
  I want to be able to consult the current data of one or more persons by supplying their citizen service number

    Background:
      Given the person 'Robin'
      And the person 'Saskia'
      And the person 'Gerda'

  Rule: a person must be searched for by citizen service number in order to consult the current data of that person

    Scenario: the citizen service number of one person has been supplied
      When 'burgerservicenummer' is requested for persons searched by citizen service number of 'Robin'
      Then 'Robin' is found

    Scenario: the citizen service numbers of several persons have been supplied
      When 'burgerservicenummer' is requested for persons searched by citizen service number of 'Robin, Saskia en Gerda'
      Then 'Robin, Saskia en Gerda' are found