V3_WO_CreateForALine (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_WO_CreateForALine |
Resource Path:/api/v3/WO/CreateForALine
| 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.WoForLine.
Required. The properties that identify the work order and the line and specify its production information.
The response body is of type Mes.WebApi.Models.V3.Prod.WoForLine.
OKThe following WoForLine model properties are required.
- To identify the work order: wo_id
- To identify the line to which the work order is assigned: target_sched_line_id
- To specify the item being produced: item_id
- To specify the start quantity: qty_at_start
This method creates jobs for all of the entities defined on the specified line. This method does not use a process. To create work orders from a process, use CreateFromProcess.