Skip to main content

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

NameTypeDescriptionRequired
ActionStringContactNoteParentLinkRequired
ContactNoteIdIntThe unique identifier of the contact note which can be retrieved using Contact Notes.Required
ContactNoteParentIdIntThe unique identifier of the contact note which can be retrieved using Contact Notes.Required
OverwriteIfExistsBoolSet to 'true' to overwrite an existing parent note link, or or 'false'.Required

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ContactNoteParentLink&ContactNoteId=27095183&ContactNoteParentId=27095154&OverwriteIfExists=false