Favorite Comments REST Endpoints

Standard Comments/Favorite Comments
The favorite comments resource is used to view, create, or modify a favorite comment. A favorite comment represents a standard comment.
Create a favorite comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}/child/FavoriteComment
Delete a favorite comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}/child/FavoriteComment/{FavoriteCommentUniqID}
Get a favorite comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}/child/FavoriteComment/{FavoriteCommentUniqID}
Get all favorite comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}/child/FavoriteComment
Update a favorite comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStandardComments/{publicSectorStandardCommentsUniqID}/child/FavoriteComment/{FavoriteCommentUniqID}