This method allows users to add a note to an existing PEP search.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id Required | Int64 | The PEP search ID number. | |
Note | String | Max length 250 characters | The note to be added to the search |
SubUserName | string | Null or max length 50 characters | If this is specified, the note will be created for the specified sub user, otherwise it will be created in the main user account. |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
Notes | Array | The complete array of SearchNote objects now associated with the search (see here) | |
Id | Int64 | The Search ID number the note has been added to. | |
Success | Boolean | True if the data was saved successfully |