Plan Review Comments REST Endpoints

Plan Review Comments
The plan review comments resource is used to view, create, delete, or modify plan review comments for a plan review.
Create a permit plan review comment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments
Delete a permit plan review comment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID}
Get a permit plan review comment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID}
Get all permit plan review comments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments
Update a permit plan review comment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID}