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: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups - Delete a communication setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId} - Get a communication setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId} - Get all communication setups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups - Update a communication setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}