Attributes REST Endpoints

Supply Chain Planning/Production Scheduling Plans/Attributes
The Attributes resource manages the attributes that are a part of the plan that are used for scheduling.
Create attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes
Delete an attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}
Get all attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes
Get one attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}
Update an attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/attributes/{attributesUniqID}