This method armed with the search ID will allow users to update the status of a PEP search and confirm whether or not the client was in the returned 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 | |
| SearchResultIds | String | List of search results that matched your client, string separated list, e.g. "123,124,125" |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| Success | Boolean | True if the record was updated successfully |