- Subcategories:
- Large Object (LOB) Attributes - CommentText
Plan Review Comments REST Endpoints
Shared Services/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: 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}