This method is used to update a ValidID record such as confirming whether or not the client was in the sanctions results.
The two fields ClientInResults and ClientNotInResults must have different values, one must be true.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id Required | Int32 | ID of the ValidID search record to be updated | |
ClientInResults | Boolean | True if the client was found in the sanctions results | |
ClientNotInResults | Boolean | True if the client was NOT found in the sanctions results |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
Success | Boolean | True if the record was updated successfully |