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: postPath:
/fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes - Delete a valid curriculum type
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId} - Get a valid curriculum type
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId} - Get all valid curriculum types
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes - Update a valid curriculum type
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/transcriptNotes/{TranscriptNoteId}/child/validCurriculumTypes/{NoteAssignmentId}