Contact Notes Endpoints

contacts/notes/edit

This endpoint is used to edit a note associated with your contact.

post/contacts/notes/edit

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

NoteIDstring

The ID associated with the edited record

Example response

{
  "NoteID": "3"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.