Valid Curriculum Types REST Endpoints

Transcript Notes/Valid Curriculum Types
The valid curriculum types resource is a child of the transcript notes resource and lists all the curriculum types associated with a transcript note.
Create a valid curriculum type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes
Delete a valid curriculum type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId}
Get a valid curriculum type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId}
Get all valid curriculum types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes
Update a valid curriculum type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId}