Hi,
I'm trying to enable/disable ongoing screening with a 'SEQ-cases-bulk-ogs: Bulk Update Ongoing Screening States' but I have error:
"error": "MEDIA_CHECK_UNAVAILABLE",
"cause": "This operation has failed. You do not have Media-Check entitlement."
Body of my request:
{
"caseScreeningState" : {
"WATCHLIST" : "ONGOING"
},
"caseSystemIds" : [ "caseSystemId1", "caseSystemId2", "caseSystemId3" ]
}
When I'm trying to change it with: SEQ-case-ogs-enable: Enable ongoing screening for a case or SEQ-case-ogs-disable: Disable ongoing screening for a case it's working fine.
I need extra permissions for BULK operations or my request is incorrect?
best regards,
Lukasz