Production Lines REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Production Lines
Management of the details of the rate-based lines in the organization.
Create production lines
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/productionLines
Delete production lines
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/productionLines/{productionLinesUniqID}
Get all production lines
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/productionLines
Get one production line
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/productionLines/{productionLinesUniqID}
Update production lines
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/productionLines/{productionLinesUniqID}