Updates a batch of individual AML searches.
Array of objects |
Success
Bad Request
Unauthorized
Forbidden
Conflict
{- "items": [
- {
- "assignedToUserId": { },
- "status": { },
- "riskRating": { },
- "note": { },
- "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}
]
}
{- "failed": [
- {
- "failedItem": {
- "assignedToUserId": 0,
- "status": "string",
- "riskRating": "string",
- "note": "string",
- "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}, - "error": {
- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}
}
], - "successful": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "countryCodes": [
- "string"
], - "threshold": 0,
- "type": "string",
- "datasets": [
- "string"
], - "status": "string",
- "riskRating": "string",
- "assignedToUserId": 0,
- "assignedUser": "string",
- "createdById": 0,
- "createdBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "modifiedById": 0,
- "modifiedBy": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "note": "string",
- "totalHitCount": 0,
- "truePositiveHitsCount": 0,
- "falsePositiveHitsCount": 0,
- "undecidedHitsCount": 0,
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "gender": "string",
- "dateOfBirth": "2019-08-24",
- "pepTiers": [
- "string"
]
}
], - "correlationId": "string"
}