Resource Attributes REST Endpoints

Supply Chain Planning/Production Scheduling Organizations/Resource Attributes
The Resource Attributes resource manages attributes that are relevant to a resource for a changeover consideration.
Create resource attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes
Delete a resource attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID}
Get all resource attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes
Get one resource attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID}
Update a resource attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID}