Mes.WebApi.Models.V3.Prod.WoForLine JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| wo_id | The work order ID. | string |
| wo_desc | The work order description. | 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 |
| 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 |
| req_qty | The required quantity of items to be produced for the work order. | number |
| 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 |
| target_sched_line_id | The ID of the production line to which the work order is assigned. | integer |
| reassign | A flag indicating whether the work order is a new work order being created or an existing work order being assigned to a new line. | boolean |
| 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 |
| mo_id | The manufacturing order ID, for grouping different final parts. | string |
| production_schedule_id | The production schedule to which the work order (Production Request ID) belongs. | string |
| notes | Notes about the work order. | string |