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: post
Path: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes
Delete a category rule attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId}
Get a category rule attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId}
Get all category rule attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes
Update a category rule attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryRuleAttributes/{CategoryRuleId}