PlLineOperations REST Endpoints
Manufacturing/Production Lines/PlLineOperations
Line operation sequences for production line operations are created based on the number of line operations in the production line and allow the association of workstations
- Get all line operations for the production line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}/child/PlLineOperation
- Get one line operation
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}/child/PlLineOperation/{PlLineOperationId}
- Update one line operation
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productionLines/{ProductionLineId}/child/PlLineOperation/{PlLineOperationId}