Comment Application Groups REST Endpoints
            
            Common Setup/Comment Categories/Comment Application Groups
            
        
        
    The comment application group resource is used to view, create, or modify a comment application group. You associate an application group to a comment category.
- Create a comment application group
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentApplicationGroups - Delete a comment application group
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentApplicationGroups/{CommentApplicationGroupsUniqID} - Get a comment application group
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentApplicationGroups/{CommentApplicationGroupsUniqID} - Get all comment application groups
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentApplicationGroups - Update a comment application group
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCommentCategories/{publicSectorCommentCategoriesUniqID}/child/CommentApplicationGroups/{CommentApplicationGroupsUniqID}