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