- Subcategories:
- Communication Send Properties
Communication Send Profiles REST Endpoints
Communication Send Profiles
Communication send profiles allow users to manage send profiles that can be associated with a communication.
- Create a communication send profile
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles - Delete a communication send profile
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId} - Get a communication send profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId} - Get all communication send profiles
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles - Update a communication send profile
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}