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