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: post
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties
Delete a communication send profile property
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId}
Get a property for a communication send profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId}
Get all communication send profile properties
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties
Update a communication send profile property
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSendProfiles/{SendProfileId}/child/commSendProperties/{SendPropertyId}