Job Item To Make Operation
Completes a job operation, optionally recording a final completed quantity and scrap.
Closes any open timers on the operation, marks setup and run complete, readies downstream operations, and — when this is the item's final operation, or a split operation that produces finished goods — receives finished goods into inventory (unless addItemsToInventory is false), completing the item on its final operation and the job once every item is done. Quantity made is added on top of quantity recorded earlier, so a caller that already reported production via add-quantity-completed should pass zero here.
post/api/jobs/{jobId}/items-to-make/{itemToMakeId}/operations/{operationId}/complete
Path parameters
jobIdstring required
The ID of the job
itemToMakeIdstring required
The ID of the item to make
operationIdstring required
The ID of the operation
Request body
Response
Operation completed