Go to Tracker Support

Tracker Support

Search for any help questions or topics.

Record Production

Add production output to a Production Job via production/produce
Avatar
Will Hemming
Updated 5 years ago
Type of request: POST
Mandatory Fields: job_id, item_id, bom_id, produce_amount

To record production against a production job you make a POST request to production/produce

Field NameDescription
job_idThe unique ID of the job that you are recording production against (NB: this is different to the Job Number)
item_idThe unique system ID of the item for which production is being recorded
bom_idThe BOM ID with which the item is being produced (you can fetch this from production/get)
produce_amountThe 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).
😞 😐 😃