Mes.WebApi.Models.V3.EnProd.Consumption JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| created_at_utc | The consumption event time in UTC. | string |
| user_id | The ID of the user who ran the job that consumed the item. | 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 |
| bom_pos | The BOM position. | integer |
| qty_cons | The quantity consumed. | number |
| reas_cd | The reason that uniquely identifies the grade + status of goods consumed. | integer |
| lot_no | The lot number of the consumed item. | string |
| fg_lot_no | The anticipated finished good lot number of the produced item for genealogy tracking. | string |
| sublot_no | The sublot number of the consumed item. | string |
| fg_sublot_no | The anticipated finished good sublot number of the produced item for genealogy tracking. | string |
| from_ent_name | The name of the storage entity from which to consume. | string |
| from_site_name | The name of the site of the storage entity from which to consume from. | string |
| item_id | The ID of the consumed item. | string |
| ext_ref | The item's external reference (e.g., to an external system for defect tracking or any other purpose). | string |
| apply_scaling_factor | The 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 |
| upstream_event_id | The upstream event ID. | string |
| segment_requirement_id | The segment requirement ID. | string |
| segment_response_id | The segment response ID. | string |
| comments | The comments about the item consumption. | string |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| job_pos | The number that specifies the position of the job. | integer |
| row_id | The item consumption record's unique row ID. For a Put, the row ID is used as an input parameter to identify the record to update. For a Post or Put, the row ID is returned to identify the record that was added or updated. | integer |