Skip to content

Commit

Permalink
Merge pull request #31 from OpenWebconcept/feature/PC108-7/openstaand…
Browse files Browse the repository at this point in the history
…e-zaken

Added subjectType=natuurlijk_persoon param to klanten
  • Loading branch information
remko48 authored Feb 2, 2024
2 parents 4cf99f3 + c662940 commit 952d8f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/klant/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function getKlantBsnUrl(bsn?: string) {
const url = new URL(klantRootUrl);
setExtend(url);
url.searchParams.set("embedded.subjectIdentificatie.inpBsn", bsn);
url.searchParams.set("subjectType", "natuurlijk_persoon");
return url.toString();
}

Expand Down

0 comments on commit 952d8f3

Please sign in to comment.