Plan Access REST Endpoints
Supply Chain Planning/Plan Definitions/Plan Access
The access type of a plan, public or private. The public access makes the plan accessible to all users. The Private access restricts the plan accessibility to specific users.
- Create plan access users
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess
- Delete one plan access user
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}
- Get all plan access users
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess
- Get one plan access user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}
- Update one plan access user
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}