Individual Monitor Records Matches Review
This endpoint will be used to set matches status and add comments.
Version 1
PUT https://okaydbdemo.innov8tif.com/ekyc/api/aml/v3/worklists/{worklistId} /individuals/{monitorRecordId}/matches?apiKey={apiKey}
URL Parameters
Field
Remark
worklistId *
The ID of the worklist where the individual record exists. Mandatory field
monitorRecordId *
The ID of the individual monitor record to retrieve
apiKey *
apiKey is used for authentication.
Sample Request Body
{
"reviews": [
{
"qrCode": "3919221",
"referenceId": "31",
"status": "open",
"clientRiskRating": "High-Risk",
"clientComment": "Reviewed as true positive, no risk to the business.",
"clientUserId": "benjamin.zwahlen"
},
{
"qrCode": "43562",
"referenceId": "39f0j093dnj",
"status": "false-positive",
"matchVersion": 4
},
{
"qrCode": "854244",
"clientComment": "Pending review."
}
]
}
Response Body
Field
Remark
status
Indicate API status. Values can be success, error.
messageCode
Provide error details if status is error. Values can be:
INVALID_API_KEY – invalid api key.
MAPI-001– Resource not found (workflowId or monitorRecordId is not found)
result
Detailed results
Sample Response Body
Last updated