Favorite Comments REST Endpoints

Favorite Comments
The favorite comment 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/publicSectorFavoriteComments
Delete a favorite comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFavoriteComments/{publicSectorFavoriteCommentsUniqID}
Get a favorite comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFavoriteComments/{publicSectorFavoriteCommentsUniqID}
Get all favorite comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFavoriteComments
Update a favorite comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorFavoriteComments/{publicSectorFavoriteCommentsUniqID}