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
In the Catalogi API ZaakObjectType resource has two required properties catalogus and zaaktype.
Can catalogus be different from zaaktype.catalogus? If no why is it property writeable and required?
The text was updated successfully, but these errors were encountered:
Hmm, this sounds like a small bug to me because all types (Zaaktype, Statustype, Zaakobjecttype etc.) should be in the same Catalogus. For convenience the catalogus is included in the GET operations so a consumer does not have to query Zaaktype to find out the Catalogus of a Statustype/Roltype etc.
So the property was intended as read-only and derived from the Zaaktype.
In the Catalogi API
ZaakObjectType
resource has two required propertiescatalogus
andzaaktype
.Can
catalogus
be different fromzaaktype.catalogus
? If no why is it property writeable and required?The text was updated successfully, but these errors were encountered: