V3_Production_AddProdByJob (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_Production_AddProdByJob |
Resource Path:/api/v3/Production/ByJob
Add item production for a data entry job.
This endpoint only supports the produced item for the job such as those used with only Performance tracking.
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type Mes.WebApi.Models.V3.Prod.Production.
Required. The identifying properties for the job and the property information for the item production being added.
The response body is of type Mes.WebApi.Models.V3.Prod.Production.
OKThe following Production model properties are required.
- To identify the job: wo_id, oper_id, and seq_no.
- To specify the production count: qty_prod.