Skip to content

Commit afd13dd

Browse files
authored
Changed bsn to another example (#113)
1 parent e589690 commit afd13dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cases/use-of-bsn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Retrieving cases using a BSN (Dutch Social Security Number) can be done in two w
1414
The current, widely-used method for fetching cases by BSN is a `GET` request where the BSN is passed as a URL parameter:
1515

1616
```plain
17-
https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
17+
https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=999999990
1818
```
1919

2020
**This is a security and privacy risk.**
@@ -41,7 +41,7 @@ Host: zaken.oneground.local
4141
Content-Type: application/json
4242

4343
{
44-
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "123443210",
44+
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "999999990",
4545
"expand": "rollen"
4646
}
4747
```

0 commit comments

Comments
 (0)