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: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules
Delete one flow sequencing rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId}
Get all flow sequencing rules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules
Get one flow sequencing rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId}
Update one flow sequencing rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/flowSequencingRules/{FlowSequencingRuleId}