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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelComments
Delete a parcel comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey}
Get a parcel comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey}
Get all parcel comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelComments
Update a parcel comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorParcelComments/{CommentKey}