Production Line Attributes REST Endpoints
Supply Chain Planning/Production Scheduling Organizations/Production Line Attributes
An attribute that's relevant to a resource for sequencing.
- Create production line attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributes
- Delete one production line attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributes/{productionLineAttributesUniqID}
- Get all production line attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributes
- Get one production line attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributes/{productionLineAttributesUniqID}
- Update one production line attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/productionLineAttributes/{productionLineAttributesUniqID}