Communication Template Setups REST Endpoints

Communication Template Setups
Communication setups provides a list of communication templates for creating and sending communications. An example of a communication is an email that the application sends to a student to confirm enrollment in a scheduled course.
Create a communication setup
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups
Delete a communication setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}
Get a communication setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}
Get all communication setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups
Update a communication setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}