Flow Sequencing Rules REST Endpoints
Supply Chain Planning/Production Scheduling Organizations/Flow Sequencing Rules
Rules defined by an organization to specify the sequencing logic on a production line.
- Create flow sequencing rules
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules - Delete one flow sequencing rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId} - Get all flow sequencing rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules - Get one flow sequencing rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId} - Update one flow sequencing rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId}