Attribute Sequences REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Attribute Sequences
The Attribute Sequences resource manages the user directed sequence in which an attribute should be processed on a manufacturing resource.
Create attribute sequences
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributeSequences
Delete an attribute sequence
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributeSequences/{attributeSequencesUniqID}
Get all attribute sequences
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributeSequences
Get one attribute sequence
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributeSequences/{attributeSequencesUniqID}
Update an attribute sequence
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributeSequences/{attributeSequencesUniqID}