- Subcategories:
 - Large Object (LOB) Attributes - Note Text
 - Smart Actions
 
Notes REST Endpoints
    
        Contacts/Notes
    
The note resource is used to view, create, update, and delete notes associated with a contact. A note captures comments, information, or instructions related to a contact.
- Create a note
 - Method: postPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Note - Delete a note
 - Method: deletePath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Note/{NoteId} - Get a note
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Note/{NoteId} - Get all notes
 - Method: getPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Note - Update a note
 - Method: patchPath:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/Note/{NoteId}