Condition of Approval Comments REST Endpoints

Planning and Zoning/Condition of Approval Comments
The condition of approval comment resource is used to create, update, and delete comments associated with the conditions of approval.
Create a set of comments for the conditions of approval
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalComments
Delete a comment for the conditions of approval
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalComments/{CommentKey}
Get a comment for the conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalComments/{CommentKey}
Get all comments for the conditions of approval
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalComments
Update a comment for the conditions of approval
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConditionOfApprovalComments/{CommentKey}