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

additionalQuantitynumber double required

The additional quantity to add to the operation's completed quantity. Must be greater than zero.

Response

OK

jobIdstring required

The ID of the job

itemToMakeIdstring required

The ID of the item to make

operationIdstring required

The ID of the operation

previousQuantityCompletednumber double required

The quantity completed before this action

additionalQuantityAddednumber double required

The quantity added in this action

newTotalQuantityCompletednumber double required

The new total quantity completed after this action

quantityRequirednumber double required

The total quantity required for this operation

operationStatusstring required

The current status of the operation