Adds the specified searches to AML monitoring, i.e. schedules them for screening. If thresholds and datasets are amended from the original search, new results will generated. Any existing hits will be overridden and any previous match decisions will be reset.
Important A pre-requisite for monitoring work is that any searches MUST be linked to a profile before Monitoring can be Active.
Array of objects (PostKYCProtectSchedulesRequest) |
Success
Bad Request
Unauthorized
Forbidden
{- "items": [
- {
- "threshold": 0,
- "datasets": [
- "string"
], - "isEmailRequired": true,
- "emailRecipients": [
- "string"
], - "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}
]
}
{- "failed": [
- {
- "failedItem": {
- "threshold": 0,
- "datasets": [
- "string"
], - "isEmailRequired": true,
- "emailRecipients": [
- "string"
], - "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}, - "error": {
- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "additionalProp1": "string",
- "additionalProp2": "string",
- "additionalProp3": "string"
}
}
], - "successful": [
- {
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
- "isEmailRequired": true,
- "emailRecipients": [
- "string"
], - "createdById": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "modifiedById": 0,
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modifiedBy": "string",
- "type": "string",
- "name": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "gender": "string",
- "dateOfBirth": "2019-08-24",
- "countries": [
- "string"
], - "threshold": 0,
- "datasets": [
- "string"
], - "pepTiers": [
- "string"
]
}
], - "totalSize": 0
}
]
}