Comment Subcategories REST Endpoints
            
            Common Setup/Comment Categories/Comment Subcategories
            
        
        
    The comment subcategory resource is used to view, create, or modify a comment subcategory. You associate a comment subcategory to a comment category.
- Create a comment subcategory
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentSubCategories - Delete a comment subcategory
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentSubCategories/{CommentSubCategoriesUniqID} - Get a comment subcategory
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentSubCategories/{CommentSubCategoriesUniqID} - Get all comment subcategories
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentSubCategories - Update a comment subcategory
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentSubCategories/{CommentSubCategoriesUniqID}