Job Item To Make Operation
Adds additional quantity completed to a job operation without completing the operation. Each call will increment the quantity completed by the specified amount.
This is a non-idempotent action. Multiple calls with the same parameters will result in the quantity being added multiple times. Implement appropriate client-side controls to prevent duplicate submissions.
post/api/jobs/{jobId}/items-to-make/{itemToMakeId}/operations/{operationId}/add-quantity-completed
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
OK