Hi,
I can create a case using API ok and there are some WC entities in the case as a result of the screening.
Then I have at group level/toolkit resolutions like these ones below
"resolutionFields": {
"statuses": [{
"id": "5jb6wv300b171g1ul7wm1df49",
"label": "POSITIVE",
"type": "POSITIVE"
},
{
"id": "5jb6wv300b171g1ul7wm1df4e",
"label": "POSSIBLE",
"type": "POSSIBLE"
}
]
}
How can I update one of the WC entries in the case to be POSITIVE (match) using the REST API?
What would be the right API call and what should the payload body contain?
Thanks,
Kari