Communication Versions REST Endpoints
Communication Setups/Communication Versions
The versions of a communication setup.
- Create a communication channel
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions - Delete a communication channel version
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId} - Get a communication channel
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId} - Get all communication channels
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions - Update a communication channel version
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/commVersions/{VersionId}