Notes REST Endpoints

Program Enrollments/Notes
The notes resource is used to view, create, update, and delete notes associated with a partner program. A note captures comments, information, or instructions related to a partner program.
Create a note for an enrollment
Method: post
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}/child/Notes
Delete a note for an enrollment
Method: delete
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}/child/Notes/{NoteId}
Get a note for an enrollment
Method: get
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}/child/Notes/{NoteId}
Get all notes for an enrollment
Method: get
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}/child/Notes
Update a note for an enrollment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/programEnrollments/{EnrollmentNumber}/child/Notes/{NoteId}