Remove Contact Note by Parent Link
This allows you to link a contact note to a parent contact note, using the contact note Id, and the Id of the parent note.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactNoteParentLink | Required |
ContactNoteId | Int | The unique identifier of the contact note which can be retrieved using Contact Notes. | Required |
ContactNoteParentId | Int | The unique identifier of the contact note which can be retrieved using Contact Notes. | Required |
OverwriteIfExists | Bool | Set to 'true' to overwrite an existing parent note link, or or 'false'. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactNoteParentLink&ContactNoteId=27095183&ContactNoteParentId=27095154&OverwriteIfExists=false
Response Data
{ "Code": 0, "Result": "Contact Note 27095183 has been linked to Contact Note 27095154." }