Attribute Values REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Attributes/Attribute Values
The Attribute Values resource manages the attribute values that are used in the scheduling changeover rules.
Create attribute values
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues
Delete an attribute value
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}
Get all attribute values
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues
Get one attribute value
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}
Update an attribute value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}