This method, armed with a search id number previously supplied by the result of AddPepSearch or GetPepSearches method, will save a specific PepSearch previously carried out within the system.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id Required | Int64 | Search ID number. | |
| SubUserName | string | Null or max length 50 characters | If this is specified, the saved document will be stored against the specified sub user, hiding it from other sub users, otherwise it will be saved against the main user account. |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| Success | Boolean | True if the search was saved successfully |