Communication Content Properties REST Endpoints

Communication Template Setups/Communication Channel Setups/Communication Content Properties
The properties for a communication that hold information about the communication template for specific channels. For example, information for From, Reply to, and Subject.
Create a Property for a communication channel
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commChannels/{CommChannelId}/child/commContentProperties
Delete a communication channel property
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId}
Get a property for a communication channel
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId}
Get all communication channel properties
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commChannels/{CommChannelId}/child/commContentProperties
Update a communication channel property
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId}