You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we make geefZaakDetails request, we get ZakLa01 message as response which has all the details of the zaak, however it doesn't have resultaat value in it. It is not mapped from zgw to zds.
It could have been forgotten because zgw returns resultaat url. Therefore, we need to have another pipe which makes get request to zaken-api to retrieve the resultaat by using the resultaat url returned in zgw zaak. It looks GetZdsZaakFromZgw adapter is a good place to do the changes.
The text was updated successfully, but these errors were encountered:
When we make geefZaakDetails request, we get ZakLa01 message as response which has all the details of the zaak, however it doesn't have resultaat value in it. It is not mapped from zgw to zds.
It could have been forgotten because zgw returns resultaat url. Therefore, we need to have another pipe which makes get request to zaken-api to retrieve the resultaat by using the resultaat url returned in zgw zaak. It looks GetZdsZaakFromZgw adapter is a good place to do the changes.
The text was updated successfully, but these errors were encountered: