Type of request: POST
Mandatory Fields: job_id, item_id, bom_id, produce_amount
| Field Name | Description |
| job_id | The unique ID of the job that you are recording production against (NB: this is different to the Job Number) |
| item_id | The unique system ID of the item for which production is being recorded |
| bom_id | The BOM ID with which the item is being produced (you can fetch this from production/get) |
| produce_amount | The quantity of the item that has been produced |
You must pass all four variables above to make a successful update.
Job ID, Item ID, Bom ID are all provided via production/get
produce_amount is the qty you are adding to the production job (this quantity will then be received into the job location, and allocated to an order if relevant).