Process till now:
Our organisation has created Cases in WC1 using lseg website.
New process we are implementing:
- Automate the case creation in WC1 using API endpoints.
- While creating cases, we would like to do these validations and actionsa. We do not want to create duplicate cases for the same entity. So we would like to check if the case exists and then call the "Save and screen multiple cases" using bulk operation.
b. If a case exists in WC1 and the status is Unarchived, we want to get the latest screening results using rescreen API endpoint.
c. If a case exists in WC1 in Archived status, We would like to unarchive the case and then get the latest screening results using rescreen API endpoint.
We want to know the best way of doing these API calls to keep the performance under control. Can someone suggest how to handle this scenario?