Skip to content

Update Batch Of Business AML Search Hits

Request

Updates a batch of business AML search hits.

Security
bearerToken
Path
searchIdstringrequired

Id of the search

Bodyapplication/json
itemsArray of objects
curl -i -X PUT \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/businesses/{searchId}/hits' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "items": [
      {
        "decision": "string",
        "note": "string",
        "hitId": "string"
      }
    ]
  }'

Responses

Success

Bodyapplication/json
failedArray of objects
successfulArray of objects
Response
{ "failed": [ {} ], "successful": [ {} ] }