Tag Assignments REST Endpoints

Higher Education Customer Accounts/Tag Assignments
Tag assignments track the attribute tags assigned to a person.
Create a tag assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments
Delete a tag assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}
Get a tag assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}
Get all tag assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments
Update a tag assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}