Plan Review File Users REST Endpoints
Shared Services/Plan Review Files/Plan Review File Users
Use the plan review file users resource to view, update, create, and delete plan review file reviewers.
- Create a plan review file reviewer
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewFiles/{DocumentFileKey}/child/PlanReviewFileUser
- Delete a plan review file reviewer
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewFiles/{DocumentFileKey}/child/PlanReviewFileUser/{DocumentUserKey}
- Get a plan review file reviewer
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewFiles/{DocumentFileKey}/child/PlanReviewFileUser/{DocumentUserKey}
- Get all plan review file reviewers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewFiles/{DocumentFileKey}/child/PlanReviewFileUser
- Update a plan review file reviewer
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorPlanReviewFiles/{DocumentFileKey}/child/PlanReviewFileUser/{DocumentUserKey}