V3_WO_CreateFromProcess (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_WO_CreateFromProcess |
Resource Path:/api/v3/WO/CreateFromProcess
| 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.WoFromProcess.
Required. The properties that identify the work order and the process and specify its production information.
The response body is of type Mes.WebApi.Models.V3.Prod.WoFromProcess.
OKThe following WoFromProcess model properties are required.
- To identify the work order: wo_id
- To identify the process: process_id
- To specify the item being produced: item_id
- To specify the start quantity: qty_at_start
The work order can also be assigned to a line using the target_sched_line_id property in the model. In this case, the process must match the structure of the line.