This method allows users to update the reference on an existing search.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id Required | Int64 | Search ID number | |
| Reference Required | String | Max length 250 characters | The new reference to be added to the search - can be left empty (not null) to reset the reference |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| ReferenceBefore | String | The old reference of the search | |
| ReferenceAfter | String | The newly updated reference of the search |