Communication Send Properties REST Endpoints
Communication Send Profiles/Communication Send Properties
Communication send profile properties allow users to add additional properties to a send profile beyond the from address.
- Create a property for a communication send profile
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties - Delete a communication send profile property
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId} - Get a property for a communication send profile
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId} - Get all communication send profile properties
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties - Update a communication send profile property
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId}