Entity Assignments REST Endpoints

Communication Setups/Entity Assignments
Academic entities which have been assigned to communications.
Create an entity assignment for a communication setup
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments
Delete an entity assignment for a communication setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId}
Get a setup entity assignment for a communication setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId}
Get all entity assignments for a communication setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments
Update an entity assignment for a communication setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId}