Attribute Value Sequences REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Production Line Attribute Sequences/Attribute Value Sequences
A user-specified sequence in which attribute values are processed on a production line. The attribute values can be used to establish sequencing rules.
Create attribute value sequences
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributeSequences/{productionLineAttributeSequencesUniqID}/child/attributeValueSequences
Delete an attribute value sequence
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributeSequences/{productionLineAttributeSequencesUniqID}/child/attributeValueSequences/{attributeValueSequencesUniqID}
Get all attribute value sequences
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributeSequences/{productionLineAttributeSequencesUniqID}/child/attributeValueSequences
Get one attribute value sequence
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributeSequences/{productionLineAttributeSequencesUniqID}/child/attributeValueSequences/{attributeValueSequencesUniqID}
Update an attribute value sequence
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributeSequences/{productionLineAttributeSequencesUniqID}/child/attributeValueSequences/{attributeValueSequencesUniqID}