Attributes REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Attributes
The Attributes resource manages the attributes by organization and normalizes the attributes that can be defined by manufacturing attribute groups and item class attribute groups.
Create attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributes
Delete an attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributes/{attributesUniqID}
Get all attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributes
Get one attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributes/{attributesUniqID}
Update an attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/attributes/{attributesUniqID}