Updates An Individual AML Search By SearchID

Updates an Individual AML Search by Search Id.

SecuritybearerToken
Request
path Parameters
searchId
required
string <uuid>

search id to update

Request Body schema: application/json
assignedToUserId
integer <int32>

Id of the User to assign to the Search

status
required
string

Status of the Search. Available values are new, approved, declined, pending, cancelled, referred and closed.

riskRating
required
string

Risk rating of the Search and allowed values notApplicable,veryLow,low,medium,high and veryHigh

note
string

Note associated with the search

Responses
200

Success

400

Bad Request

401

Unauthorized

404
put/compliance/kyc-protect/searches/individuals/{searchId}
Request samples
application/json
{
  • "assignedToUserId": 0,
  • "status": "string",
  • "riskRating": "string",
  • "note": "string"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "countryCodes": [
    ],
  • "threshold": 0,
  • "type": "string",
  • "datasets": [
    ],
  • "status": "string",
  • "riskRating": "notApplicable",
  • "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": [
    ],
  • "scheduleId": "string",
  • "correlationId": "string"
}