- Subcategories:
- Large Object (LOB) Attributes - PropertyLongValue
Communication Content Properties REST Endpoints
Communication Setups/Communication Versions/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: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}/child/commChannels/{CommChannelId}/child/commContentProperties - Delete a communication channel property
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId} - Get a property for a communication channel
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId} - Get all communication channel properties
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}/child/commChannels/{CommChannelId}/child/commContentProperties - Update a communication channel property
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}/child/commChannels/{CommChannelId}/child/commContentProperties/{PropertyId}