Code Enforcement Inspection Comments REST Endpoints

Code Enforcement Inspection Comments
The code enforcement inspection comments resource is used to view and add comments related to an inspection.
Create a set of code enforcement inspection comments
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments
Delete a code enforcement inspection comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{CommentKey}
Get a code enforcement inspection comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{CommentKey}
Get all code enforcement inspection comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments
Update a code enforcement inspection comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{CommentKey}