Inspection Comments REST Endpoints

Inspection Comments
The inspection comments resource is used to capture all inspection-related comments and display the comments to users, including comment type, comment text message, the user who created the comment, and so on.
Create an inspection comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionComments
Delete an inspection comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionComments/{publicSectorInspectionCommentsUniqID}
Get all inspection comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionComments
Get an inspection comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionComments/{publicSectorInspectionCommentsUniqID}
Update an inspection comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorInspectionComments/{publicSectorInspectionCommentsUniqID}