Communication Setups REST Endpoints

Communication Setups
The communication setups resource provides the setup attributes needed to configure 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/hedCommunicationSetups
Delete a communication setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}
Get a communication setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}
Get all communication setups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups
Update a communication setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}