Communication Tags REST Endpoints

Communication Setups/Communication Tags
The list of tags assigned to a communication setup.
Create a tag assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments
Delete a tag assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId}
Get a tag assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId}
Get all tag assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments
Update a tag assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/tagAssignments/{TagAssignmentId}