- Subcategories:
- On Hold Lots
Items REST Endpoints
Supply Chain Planning/Production Scheduling Plans/Items
The Items resource manages the items that are part of the schedule and can include purchased, manufactured, and finished good items.
- Create items
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items - Delete an item
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID} - Get all items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items - Get one item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID} - Update an item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID}