- Subcategories:
- PlLineOperations
Production Lines REST Endpoints
Manufacturing/Production Lines
The details of the production lines. This resource can't be used to create and update the production lines.
- Create all production lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productionLines
- Delete one production line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}
- Get all production lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionLines
- Get one production line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}
- Update one production line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}