Template Assignments REST Endpoints
    
        Transcript Types/Template Assignments
    
The template assignment resource provides a list of assigned transcript templates that can be used with this transcript type.
- Create multiple transcript template assignments
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments - Delete a transcript template assignment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId} - Get a transcript template assignment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId} - Get all transcript template assignments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments - Update a transcript template assignment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId}