Changeover Rules REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Changeover Rules
The Changeover Rules resource manages the changeovers which are defined by the organization. The changeovers define the from and to attributes in the manufacturing process, which can trigger a changeover time.
Create changeover rules
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules
Delete a changeover rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId}
Get all changeover rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules
Get one changeover rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId}
Update a changeover rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId}