Selected Item Categories REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Selected Item Categories
The Selected Item Categories resource manages the item categories used to establish the scope of items to include in the production schedule.
Create item categories
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories
Delete an item category
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}
Get all item categories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories
Get one item category
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}
Update an item category
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}