Plan Review Comments REST Endpoints
Shared Services/Plan Review Comments
The operations from the Shared Services/Plan Review Comments category.
- Create a permit plan review comment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments - Delete a permit plan review comment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID} - Get a permit plan review comment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID} - Get all permit plan review comments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments - Update a permit plan review comment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewComments/{publicSectorPlanReviewCommentsUniqID}