Mes.WebApi.Models.V3.Prod.WoFromProcess JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
The WoFromProcess model represents the object of a work order that is created from a process.
| Name | Description | Data Type |
|---|---|---|
| wo_id | The work order ID. | string |
| process_id | The ID of the process from which the work order was created. | string |
| item_id | The ID of the of the item being produced for the work order, unless all its jobs are disassembly jobs, in which case this is the initial item. | string |
| req_qty | The required quantity of items to be produced for the work order. | number |
| user_id | The ID of the user who created the work order. | string |
| qty_at_start | The quantity of items that the work order is expected to produce if there is no rejected production (that is, if all production is good). If the work order is assigned to a line, this quantity is based on the jobs performed at the entities identified as the production source for the line. | number |
| wo_desc | The work order description. | string |
| spec_ver_id | The specification version selected for all operations (if any) when the work order was created. | string |
| bom_ver_id | The BOM version of the original item that this work order produces specified when it was created. | string |
| release_time_utc | When the work order was or will be released, in UTC. | string |
| req_finish_time_utc | When the work order must be completed, in UTC. | string |
| wo_priority | The work order priority. This is used as the default priority for jobs in the work order. | integer |
| cust_info | The customer information for the work order. | string |
| production_schedule_id | The production schedule to which the work order (Production Request ID) belongs. | string |
| notes | Notes about the work order. | string |
| mo_id | The manufacturing order, for grouping different final parts. | string |
| target_sched_line_id | The ID of the production line to which the work order is assigned. This will be null if the work order is not assigned to a line. | integer |
| queue_seq_no | The sequence number of the work order in the queue. | integer |