Is caseSystemId constant for same case? or does it changes like case id?
Hi @ashwinikumar.
The following payload worked for me -
{
"groupId" : "{{group-id}}",
"nameTransposition": true,
"providerTypes": [
"WATCHLIST"
],
"caseScreeningState": {
"WATCHLIST": "INITIAL"
},
"cases" : [
"caseId" : "ssne_caseid_2",
"entityType": "ORGANISATION",
"name" : "Ashwin Enterprise"
}
]
Thank you.
Regards,
Ssneha Balasubramanian.
You can specify the caseId when creating a case but caseSystemId is generated automatically and is different for every case. Hope this helps. Thank you.
I tried to add predefined caseid while creating a new case (below is the request model)
but the response doesn't have the mentioned caseId in it.(here is the response )
used API : cases/saveAndScreen
would you pls check, why caseId is different from predefined value? @ssneha.balasubramanian thank you!
I'm looking into this and will get back to you. Thank you.
thank you, it seems I was passing caseId at the wrong position.
thank you!