Comment Categories REST Endpoints

Comment Categories
The comment category resource is used to view, create, or modify a comment category. Comment categories are used to categorize standard comments.
Create a comment category
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories
Delete a comment category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}
Get a comment category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}
Get all comment categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories
Update a comment category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}