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:

machineIdID of the machine where the job is processedInteger
workOrderthe work order for which to display job infoInteger
operationthe specific job for which to display infointeger


Examples:

http://localhost:8014/MaterialManagement/JobInfo/?machineId=12&workOrder=WO_1&operation=OP_1



All REST Resources