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.

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.