Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VRAAG] How to fill resultaattypen and statustypen for ZaakObjectType in Catalogi API #2334

Closed
annashamray opened this issue Sep 11, 2023 · 5 comments
Assignees
Labels
bug Iets werkt niet zoals bedoeld Vraag Vraag

Comments

@annashamray
Copy link
Collaborator

There are two read-only properties in ZaakObjectType:

  • resultaattypen
  • statustypen

It looks like there should be related properties in ResultaatType and StatusType resources, but I can't find them in the OAS
Could you please specify what these properties are?
And could you pelase specify how to fill the ZaakObjectType properties?

@joeribekker
Copy link
Collaborator

Besproken met Michiel: Lijkt inderdaad een bug te zijn. Eerste gedachte lijkt om het via zaakobjecttype ook te kunnen opvoeren, middels een POST.

@michielverhoef
Copy link
Collaborator

@MatthijsBekendam dit is een bug die we nog niet gezien hebben. De relatie moet gelegd worden bij de POST van Zaakobjecttype.

@michielverhoef
Copy link
Collaborator

@annashamray thank you for noticing, this problem is solved by PR 186

@joeribekker
Copy link
Collaborator

@michielverhoef It looks like this was added to the API specification in the opposite way.

The relation is defined as: STATUSTYPE [0..1] --> [0..*] ZAAKOBJECTTYPE
See: https://www.gemmaonline.nl/index.php/Imztc_2.2/doc/objecttype/statustype

However, in the API specification it is now allowed to make one zaakobjecttype required for multiple statustypes:

image

@joeribekker
Copy link
Collaborator

I made a new issue for this here: #2351

Not sure if a closed issue is seen anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Iets werkt niet zoals bedoeld Vraag Vraag
Projects
None yet
Development

No branches or pull requests

4 participants