- Subcategories:
 - Large Object (LOB) Attributes - CommentText
 
Code Enforcement Inspection Comments REST Endpoints
    
        Code Enforcement/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments - Delete a code enforcement inspection comment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{publicSectorCodeEnforcementInspectionCommentsUniqID} - Get a code enforcement inspection comment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{publicSectorCodeEnforcementInspectionCommentsUniqID} - Get all code enforcement inspection comments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments - Update a code enforcement inspection comment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorCodeEnforcementInspectionComments/{publicSectorCodeEnforcementInspectionCommentsUniqID}