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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories
- Delete an item category
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}
- Get all item categories
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories
- Get one item category
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}
- Update an item category
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/selectedItemCategories/{selectedItemCategoriesUniqID}