Plan Reviewer Comments REST Endpoints
Plan Reviewer Comments
The plan reviewer comments resource is used to view, create, delete, or modify plan reviewer comments for a plan review.
- Create a plan reviewer's comments for a permit plan review
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewerComments - Delete a plan reviewer's comments for a permit plan review
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewerComments/{publicSectorPlanReviewerCommentsUniqID} - Get a plan reviewer's comments for a permit plan review
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewerComments/{publicSectorPlanReviewerCommentsUniqID} - Get all plan reviewer's comments for a permit plan review
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewerComments - Update a plan reviewer's comments for a permit plan review
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewerComments/{publicSectorPlanReviewerCommentsUniqID}