Contact Notes Endpoints

contacts/notes/add

This endpoint is used to add a note to your contact.

post/contacts/notes/add

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 new record

Example response

{
  "NoteID": "2"
}

Changes

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