Case Comments REST Endpoints

Case Comments
The case comment resource is used to view, create, or modify a case comment. Case comments are used in Code Enforcement cases.
Create a case comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseComments
Delete a case comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseComments/{CommentKey}
Get a case comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseComments/{CommentKey}
Get all case comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseComments
Update a case comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCaseComments/{CommentKey}