Hi team,
SEQ-case-investigate-resolve-results: Resolve results
above api when i call got error given below.
{
    "error": "RESOLVE_RESULTS_FAILED",
    "cause": "Resolution of results request has failed, please check that all required fields are supplied and valid."
}
i am passing data in api given below and got above error.
My API endurl : cases/0a3687d0-6b99-1246-9aef-3a180004d127/results/resolution
I have pass data in body given below
{
  "resultIds": ["0a3687d0-6b99-1bdd-9aef-3a18002bd37c"],
  "statusId": "0a3687d0-6a9c-1394-9ac0-eacb00001434",
  "riskId": "0a3687d0-6a9c-1394-9ac0-eacb0000142b",
  "reasonId": "0a3687d0-6a9c-1394-9ac0-eacb00001428",
  "resolutionRemark": "did not matching"
}
So got error like this  "error": "RESOLVE_RESULTS_FAILED",
    "cause": "Resolution of results request has failed, please check that all required fields are supplied and valid." 
any one help me as soon as possible.
Thankyou