Can we use User defined caseId in worldCHeckOne API for new case generation?

Is caseSystemId constant for same case? or does it changes like case id?

Best Answer

  • Hi @ashwinikumar.


    The following payload worked for me -


    {

    "groupId" : "{{group-id}}",

    "nameTransposition": true,

    "providerTypes": [

    "WATCHLIST"

    ],

    "caseScreeningState": {

    "WATCHLIST": "INITIAL"

    },

    "cases" : [

    {

    "caseId" : "ssne_caseid_2",

    "entityType": "ORGANISATION",

    "name" : "Ashwin Enterprise"

    }

    ]

    }


    Thank you.

    Regards,

    Ssneha Balasubramanian.

Answers