I need to pass my own case ID instead of the auto generated one. This happens on the portal. How can we achieve this with API?
For a deeper look into our World Check One API, look into:
I need to pass my own case ID instead of the auto generated one. This happens on the portal. How can we achieve this with API?
Hi,
Yes, it is achievable in the API as well, you do have the provision of passing your own case ids on the API as part of your request payload, please see below a sample request payload with case id in it for synchronously screening an individual for your reference,
Let me know if you need any further info
{ "groupId": "{ {group-id}}", "entityType": "INDIVIDUAL", "providerTypes": [ "WATCHLIST" ], "name": "John", "caseId": "test127", "secondaryFields": [ { "typeId": "SFCT_1", "value": "MALE" } ] }