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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules - Delete a changeover rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId} - Get all changeover rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules - Get one changeover rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId} - Update a changeover rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/changeoverRules/{ChangeoverId}