Communication Setups REST Endpoints

Communication Setups
The communication setups resource provides a list of setups for creating and sending communication messages. An example of a communication message 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/communicationSetups
Delete a communication setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}
Get a communication setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}
Get all communication setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationSetups
Update a communication setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationSetups/{CommSetupId}