# Update Business AML Searches Updates a batch of business AML searches. Endpoint: PUT /compliance/kyc-protect/searches/businesses Version: 1.10.9 Security: bearerToken ## Request fields (application/json): - `items` (array) - `items.assignedToUserId` (integer,null) Id of the User to assign to the Search - `items.status` (string,null) Status of the Search. Available values are new, approved, declined, pending, cancelled, referred and closed. - `items.riskRating` (string,null, required) Risk rating of the Search. Available values are notApplicable, veryLow, low, medium, high AND veryHigh. - `items.note` (string,null) Note associated with the search - `items.searchId` (string, required) The Id of the search to be updated ## Response 200 fields (application/json): - `failed` (array) - `failed.failedItem` (object) - `failed.failedItem.assignedToUserId` (integer,null) Id of the User to assign to the Search - `failed.failedItem.status` (string,null) Status of the Search. Available values are new, approved, declined, pending, cancelled, referred and closed. - `failed.failedItem.riskRating` (string,null) Risk rating of the Search. Available values are notApplicable, veryLow, low, medium, high AND veryHigh. - `failed.failedItem.note` (string,null) Note associated with the search - `failed.failedItem.searchId` (string) The Id of the search to be updated - `failed.error` (object) - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (integer,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) - `successful` (array) - `successful.id` (string) Id of the search - `successful.name` (string,null) Name provided for the search. Length must not exceed 200 characters - `successful.countryCodes` (array,null) Countries provided to the search - `successful.threshold` (integer) Hits with scores below this value will not be shown. - `successful.type` (string) Indicates whether search type is individual or business - `successful.datasets` (array) Provided datasets for the search - `successful.status` (string) Status of the search. Available values are new, approved, declined, pending, cancelled, referred and closed. - `successful.riskRating` (string) Risk associated with the search. Available values are notApplicable, veryLow, low, medium, high AND veryHigh. - `successful.assignedToUserId` (integer,null) Id of the user assigned to the search - `successful.assignedUser` (string,null) Name of the user assigned to the search - `successful.createdById` (integer) Id of the user who created the search - `successful.createdBy` (string) Name of the user who created the search - `successful.createdAt` (string) Search created date time - `successful.modifiedById` (integer) Id of the user who modified the search - `successful.modifiedBy` (string) Name of the user who modified the search - `successful.modifiedAt` (string) Search modified date time - `successful.scheduleId` (string,null) Schedule Id linked to the search - `successful.totalHitCount` (integer) Total number of hits in the search - `successful.truePositiveHitsCount` (integer) The number of true-positive hits in the search - `successful.falsePositiveHitsCount` (integer) The number of false-positive hits in the search - `successful.undecidedHitsCount` (integer) The number of undecided hits in the search ## 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"