We are using the bulk screening API to create cases and below is the value for WATCHLIST.
{
"groupId": "{{group-id}}",
"providerTypes": [
"WATCHLIST"
],
"nameTransposition": false,
"note": "audit note",
"caseScreeningState": {
"WATCHLIST": "INITIAL"
},
But when we go to WC1 UI the WATCHLIST is still disabled. We know the values for WATCHLIST as INITIAL or ONGOING. What is the right value for enabling this WATCHLIST?