- Subcategories:
 - Large Object (LOB) Attributes - CommentText
 
Parcel Comments REST Endpoints
    
        Common Setup/Parcel Comments
    
The parcel comments resource is used to create comments on the parcels for agency users.
- Create a parcel comment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelComments - Delete a parcel comment
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey} - Get a parcel comment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey} - Get all parcel comments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelComments - Update a parcel comment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey}