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: post
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess
Delete one plan access user
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}
Get all plan access users
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess
Get one plan access user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}
Update one plan access user
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planOptions/{PlanId}/child/PlanAccess/{PlanAccessUniqID}