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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
15 2 3 5

In WC1 API, is it possible to assign different 'groupId' for each to-be-screened case for the endpoint 'SEQ-case-save-and-screen-cases: Save and screen multiple cases'?

Hi Team,

Happy New Year!

One client asked this question. Basically, they would like to know whether below sample request body can be run for this endpoint.

{
    
    "providerTypes": [
        "WATCHLIST"
    ],
    "nameTransposition": false,
    "caseScreeningState": {
        "WATCHLIST": "INITIAL"
    },
    "cases": [
        {
            "groupId": "group-id-1",
            "entityType": "ORGANISATION",
            "name": "Tesla"
        },
        {
            "groupId": "group-id-2",
            "entityType": "INDIVIDUAL",
            "name": "Elon Musk"
        }
    ]
}

My guess the answer is "NO", but cannot be verified. So could you advise?

Thanks so much,

Leo

world-checkworld-check-one
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.

Upvotes
Accepted
4.5k 4 8 8

@leo.wu,

Thanks for your query.

It is not possible to use multiple group-ids in bulk screening request. Only 1 group-id can be used per request.

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.

Upvotes
15 2 3 5

Hi @Prabhjyot.Mandla,

Thanks for the reply.

Regards,

Leo

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.