Changeover Rules REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Changeover Rules
The Changeover Rules resource manages the changeover rules by attribute for a production resource or group.
Create changeover rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/changeoverRules
Delete a changeover rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/changeoverRules/{changeoverRulesUniqID}
Get all changeover rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/changeoverRules
Get one changeover rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/changeoverRules/{changeoverRulesUniqID}
Update a changeover rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/changeoverRules/{changeoverRulesUniqID}