JobInfo
Method: GET
Description:
Returns job information (produced/ordered boards/panels) according to given parameters
Resource URL:
http://localhost:8014/MaterialManagement/JobInfo/?machineId={machineId}&workOrder={workOrder}&operation={operation}
Parameters:
machineId
ID of the machine where the job is processed
Integer
workOrder
the work order for which to display job info
Integer
operation
the specific job for which to display info
integer
Examples:
http://localhost:8014/MaterialManagement/JobInfo/?machineId=12&workOrder=WO_1&operation=OP_1
All REST Resources