Update A Business AML Search By Search Id

Updates a business AML search.

SecuritybearerToken
Request
path Parameters
searchId
required
string
Request Body schema: application/json
assignedToUserId
integer <int32>

Id of the User to assign to the Search

status
string

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

riskRating
string

Risk rating of the Search. Available values are notApplicable, veryLow, low, medium, high AND veryHigh.

note
string

Note associated with the search

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

put/compliance/kyc-protect/searches/businesses/{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",
  • "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe",
  • "totalHitCount": 0,
  • "truePositiveHitsCount": 0,
  • "falsePositiveHitsCount": 0,
  • "undecidedHitsCount": 0
}