In WC1 API, is it possible to assign different 'groupId' for each to-be-screened case for the end...

Options

...point '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

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @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.

Answers