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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
3 0 3 4

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 512.0 KiB each and 1.0 MiB total.

Hello @info35,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

@info35

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
2.4k 6 5 6

@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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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