For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
3 0 0 3

Passing your own CASE ID while creating a case

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?

world-checkworld-check-onescreening
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
2.4k 5 5 5

@info35

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"

        }

    ]

}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea