Rule Tag Assignments REST Endpoints
Business Rule Definitions/Rule Tag Assignments
Rule tag assignments represent tags assigned to rules. For example, a tuition fee tag and an admissions application fee tag can be assigned to rules.
- Create a tag assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleTagAssignments - Delete a tag assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleTagAssignments/{TagAssignmentId} - Get a tag assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleTagAssignments/{TagAssignmentId} - Get all tag assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleTagAssignments - Update a tag assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/businessRuleDefinitions/{businessRuleDefinitionsUniqID}/child/ruleTagAssignments/{TagAssignmentId}