This method armed with the search ID will allow users to update the status of a search and confirm whether or not the client was in the returned sanctioned results.

The two fields ClientInResults and ClientNotInResults must have different values, one must be true.

Request Parameters

Parameter Type Format Description
Id Required Int64   ID of the search record to be updated
ClientInResults Boolean   True if the client was found in the results
ClientNotInResults Boolean   True if the client was NOT found in the results

Response Parameters

Parameter Type Format Description
ResponseStatus ResponseStatus   Instance of ResponseStatus object (see here)
Success Boolean   True if the record was updated successfully