suspension of maintenance (GezagPersoonBeperkt)
#language: en @gba Feature: suspension of maintenance (GezagPersoonBeperkt) Background: Given the person with citizen service number '000000024' has the following 'verblijfplaats' data | gemeente van inschrijving (09.10) | | 0599 | And the 'verblijfplaats' has the following 'adres' data | gemeentecode (92.10) | identificatiecode verblijfplaats (11.80) | | 0599 | 0599010051001502 | Rule: opschortingBijhouding is supplied automatically where applicable Scenario Outline: a person suspended with reason "<reden opschorting bijhouding>" (<reden opschorting omschrijving>) is searched for by addressable object identification And the person has the following 'inschrijving' data | datum opschorting bijhouding (67.10) | reden opschorting bijhouding (67.20) | | 20220829 | <reden opschorting bijhouding> | When gba persons are searched with the following parameters | naam | waarde | | type | ZoekMetAdresseerbaarObjectIdentificatie | | adresseerbaarObjectIdentificatie | 0599010051001502 | | fields | burgerservicenummer | Then the response has a person with the following data | naam | waarde | | burgerservicenummer | 000000024 | | opschortingBijhouding.reden.code | <reden opschorting bijhouding> | | opschortingBijhouding.reden.omschrijving | <reden opschorting omschrijving> | | opschortingBijhouding.datum | 20220829 | Examples: | reden opschorting bijhouding | reden opschorting omschrijving | | E | emigratie | | M | ministerieel besluit | | R | pl is aangelegd in de rni | | . | onbekend |