# Update Batch Of Business AML Search Hits Updates a batch of business AML search hits. Endpoint: PUT /compliance/kyc-protect/searches/businesses/{searchId}/hits Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search ## Request fields (application/json): - `items` (array) - `items.decision` (string) The Decision of the Hit to be updated Decision can only be made once. Available values are undecided, truematch, falsepositive, discarded - `items.note` (string) Note associated with the Hit - `items.hitId` (string, required) The Id of the Hit to be updated ## Response 200 fields (application/json): - `failed` (array) - `failed.failedItem` (object) - `failed.failedItem.decision` (string) The Decision of the Hit to be updated Decision can only be made once. Available values are undecided, truematch, falsepositive, discarded - `failed.failedItem.note` (string) Note associated with the Hit - `failed.failedItem.hitId` (string) The Id of the Hit to be updated - `failed.error` (object) - `failed.error.type` (string) - `failed.error.title` (string) - `failed.error.status` (integer) - `failed.error.detail` (string) - `failed.error.instance` (string) - `successful` (array) - `successful.items` (array) - `successful.items.id` (string) The Id of the search hit. - `successful.items.hitScore` (integer) The hit score associated to the search hit. - `successful.items.name` (string) The name associated to the search hit. - `successful.items.match` (string) The match string associated to the search hit. - `successful.items.countries` (array) The countries associated to the search hit. - `successful.items.datasets` (array) The datasets associated to the search hit. - `successful.items.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive anddiscarded. - `successful.items.note` (string) The note added to the search hit. - `successful.items.modifiedById` (integer) The search hit last modified by user id. - `successful.items.modifiedBy` (string) The search hit last modified by user name. - `successful.items.modifiedAt` (string) The search hit last modified date and time. - `successful.items.createdAt` (string) The search hit created date and time. - `successful.items.supersededHit` (object) - `successful.items.supersededHit.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive and discarded. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected