Update Status of Alert By Profile Id And Alert Id

Updates a kyc alert associated with a given profile

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

id of the profile

alertId
required
string <uuid>

id of the kyc alert

Request Body schema: application/json
note
string or null

Note of kyc alert

status
string or null

Status of kyc alert. Allowed values are open, closedProcessed, closedUnprocessed

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict

put/compliance/kyc-protect/kycMonitoring/profiles/{profileId}/alerts/{alertId}
Request samples
application/json
{
  • "note": "string",
  • "status": "string"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "profileId": "faebe71b-2bf8-4bdb-9b67-258e4d6aa00a",
  • "safeNumber": "string",
  • "companyId": "string",
  • "previousValue": "string",
  • "newValue": "string",
  • "ruleName": "string",
  • "eventAt": "2019-08-24T14:15:22Z",
  • "status": "string",
  • "note": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdById": 0,
  • "createdBy": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string"
}