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: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes - Delete a resource attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID} - Get all resource attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes - Get one resource attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID} - Update a resource attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceAttributes/{resourceAttributesUniqID}