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: post
Path: /fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments
Delete a transcript template assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId}
Get a transcript template assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId}
Get all transcript template assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments
Update a transcript template assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/transcriptTypes/{transcriptTypesUniqID}/child/templateAssignments/{TranscriptAssignmentId}