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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues
- Delete an attribute value
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}
- Get all attribute values
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues
- Get one attribute value
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}
- Update an attribute value
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}/child/attributeValues/{attributeValuesUniqID}