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: postPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments
- Delete a tag assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}
- Get a tag assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}
- Get all tag assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments
- Update a tag assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/tagAssignments/{TagAssignmentId}