Communication Tags REST Endpoints
Communication Setups/Communication Tags
The list of tags assigned to a communication setup.
- Create a tag assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments - Delete a tag assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId} - Get a tag assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId} - Get all tag assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments - Update a tag assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId}