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: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items
Delete an item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID}
Get all items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items
Get one item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID}
Update an item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/items/{itemsUniqID}