Mes.WebApi.Models.V3.Prod.Production JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| row_id | The row ID of the item production record in the Item_Prod table. | integer |
| user_id | The ID of the user who is making this production entry. For a Post, if the user ID is not provided here, the caller's user ID will be used. | string |
| ent_name | The entity name. | string |
| site_name | The name of the site to which the entity belongs. | string |
| wo_id | The work order ID. | string |
| oper_id | The operation ID. | string |
| seq_no | The job sequence number. | integer |
| qty_prod | The quantity produced. | number |
| reas_cd | The reason code that uniquely identifies grade + status of goods produced. | integer |
| lot_no | The lot number. | string |
| sublot_no | The sublot number. | string |
| to_ent_name | The name of the storage entity for produced goods. | string |
| to_site_name | The name of the site of the storage entity for produced goods. | string |
| item_id | The item ID. | string |
| byproduct_bom_pos | The BOM position if the production is for the byproducts. | integer |
| ext_ref | The item's external reference (e.g., to an external system for defect tracking or any other purpose). | string |
| apply_scaling_factor | Indicates whether to apply a scaling factor. The scaling factor is used to get the correct units from counts if counts are item-dependent. | boolean |
| genealogy_id | The genealogy ID. | string |
| event_id | The event ID. | string |
| segment_requirement_id | The segment requirement ID. | string |
| segment_response_id | The segment response ID. | string |
| comments | Comments about the production. | string |
| spare1 | The contents of the user-defined spare1 field. | string |
| spare2 | The contents of the user-defined spare2 field. | string |
| spare3 | The contents of the user-defined spare3 field. | string |
| spare4 | The contents of the user-defined spare4 field. | string |
| created_at_utc | The date and time when the item production is recorded, in UTC. | string |
| prod_info | Additional information about the production transaction after the call is processed against the middleware. | string |
| job_pos | The job position. The default is 0. | integer |
| check_privs | Indicates whether user privileges are to be checked before adding production. | boolean |
| processed | A flag that indicates whether the production count has been processed. | integer |
| move_status | A flag that indicates the move status. | integer |