Category Rule Attributes REST Endpoints
Student Management Categories/Category Rule Attributes
Use the category rule attributes resource to view, create, modify, or delete category rule attributes.
- Create a category rule attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes - Delete a category rule attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId} - Get a category rule attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId} - Get all category rule attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes - Update a category rule attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId}