Mes.WebApi.Models.Production JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| row_Id | The row ID of the item production record in the Item_Prod table. | integer |
| wo_id | The work order ID. | string |
| seq_no | The job sequence number. | integer |
| oper_id | The operation ID. | string |
| ent_name | The entity name. | string |
| ent_id | The entity ID. | integer |
| user_id | The ID of the user who is making this production entry. | string |
| qty_prod | The quantity produced. | number |
| byproduct | The indication whether the produced item is a by-product. | boolean |
| to_ent_id | The ID of the storage entity for produced goods. | integer |
| reas_cd | The reason code that uniquely identifies grade + status of goods produced. | integer |
| item_id | The item ID. | string |
| item_desc | The item description. | string |
| ent_name1 | The name of the storage entity for produced goods . | string |
| description | The unique description of the production UOM. | string |
| reas_desc | The description of the reason. | string |
| shift_desc | Gets or set the shift description. | string |
| shift_start | The shift start time in the local time of the database server. | string |
| shift_id | The shift ID. | integer |
| created_at_utc | The date and time when the item production record was created, in UTC. | string |
| item_state_color | The name or hex value of the HTML color of the background color of the item state. | string |
| lot_no | The lot number. | string |
| hour_start_local | The hour in the user's local time in which production occurred. The minutes and seconds portion will always be 0. | string |
| num_decimals | The number of decimal places that is used for quantities of the item. | integer |