Skip to content

Commit

Permalink
Add mapping for searching cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Sep 27, 2023
1 parent 9387c51 commit ef2e782
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Installation/Mapping/zds.zakLv01ToZaakZoeken.mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"title": "Lv01ToZaakZoeken",
"$id": "https://zds.nl/mapping/zds.zakLv01ToZaakZoeken.mapping.json",
"$schema": "https://docs.commongateway.nl/schemas/Mapping.schema.json",
"version": "0.0.1",
"passTrough": false,
"mapping": {
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:heeftAlsInitiator.ns2:gerelateerde.ns2:identificatie",
"identificatie": "SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:identificatie"
},
"cast": {
"rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn": "unsetIfValue==SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:heeftAlsInitiator.ns2:gerelateerde.ns2:identificatie",
"identificatie": "unsetIfValue==SOAP-ENV:Body.ns2:zakLv01.ns2:gelijk.ns2:identificatie"
}
}

0 comments on commit ef2e782

Please sign in to comment.