Mes.WebApi.Models.V3.EnProd.ItemTransfer JSON Schema
- Last UpdatedNov 06, 2025
- 3 minute read
| Name | Description | Data Type |
|---|---|---|
| wo_id | The work order ID of the job for which the transfer occurs. | string |
| oper_id | The operation ID of the job for which the transfer occurs. | string |
| seq_no | The sequence number of the job for which the transfer occurs. | integer |
| bom_pos | The BOM position for which the transfer occurs. | integer |
| to_ent_id | The ID of the destination storage entity. | integer |
| item_id | The ID of the transferred item. | string |
| lot_no | The lot number of the transferred item. | string |
| sub_lot_no | The sublot number of the transferred item. | string |
| grade_cd | The transferred item's grade code. | integer |
| status_cd | The transferred item's status code. | integer |
| qty_txd | The item quantity transferred. | number |
| uom_id | The ID of the unit of measure for the transferred item quantity. | integer |
| expiry_date | The transferred item's expiry date. | string |
| to_spare1 | The contents of the transfer to_spare1 field. | string |
| to_spare2 | The contents of the transfer to_spare2 field. | string |
| to_spare3 | The contents of the transfer to_spare3 field. | string |
| to_spare4 | The contents of the transfer to_spare4 field. | string |
| to_spare5 | The contents of the transfer to_spare5 field. | string |
| to_spare6 | The contents of the transfer to_spare6 field. | string |
| from_wo_id | The work order ID of the original job that produced the inventory, if that job is different than the job that transfers the inventory. | string |
| from_oper_id | The operation ID of the original job that produced the inventory, if that job is different than the job that transfers the inventory. | string |
| from_seq_no | The sequence number of the original job that produced the inventory, if that job is different than the job that transfers the inventory. | integer |
| from_ent_id | The ID of the entity that is the source for the inventory transfer. | integer |
| from_item_id | The ID of the item at the source entity if the item ID is changed by the transfer. | string |
| from_lot_no | The lot number of the item at the source entity if the lot number is changed by the transfer. Null indicates that the lot number didn't change. | string |
| from_sub_lot_no | The sublot number of the item at the source entity if the sublot number is changed by the transfer. Null indicates that the sublot number didn't change. | string |
| from_grade_cd | The grade code of the item at the source entity if the item grade is changed by the transfer. Null indicates that the item grade didn't change. | integer |
| from_status_cd | The status code of the item at the source entity if the item status is changed by the transfer. Null indicates that the item status didn't change. | integer |
| from_qty_txd | The item quantity at the source entity that is transferred if the quantity UOM is changed by the transfer. Null indicates that the quantity didn't change. | number |
| from_uom_id | The ID of the unit of measure for the item quantity at the source entity if the UOM is changed by the transfer. Null indicates that the UOM didn't change. | integer |
| from_expiry_date | The expiry date for the item at the source entity if the expiry date is changed by the transfer. Null indicates that the expiry date didn't change. | string |
| from_spare1 | The contents of the transfer from_spare1 field. | string |
| from_spare2 | The contents of the transfer from_spare2 field. | string |
| from_spare3 | The contents of the transfer from_spare3 field. | string |
| from_spare4 | The contents of the transfer from_spare4 field. | string |
| from_spare5 | The contents of the transfer from_spare5 field. | string |
| from_spare6 | The contents of the transfer from_spare6 field. | string |
| qty_txd_erp | The item quantity transferred as last transmitted to an ERP system. | number |
| goods_received | Indicates whether the inventory is goods received from a supplier. | boolean |
| goods_shipped | Indicates whether the inventory is goods shipped to a customer. | boolean |
| transfer_list_row_id | The row ID of the transfer list record in the Transfer_List table for which this row is a partial or complete fulfillment. This property is not currently used. | integer |
| comments | The comments about the item transfer. | string |
| mod_id | The current modification ID of the item transfer record in the Item_Transfer table. This ID is binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |
| transfer_id | The row ID of the inventory transfer record in the Item_Transfer table. 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 |
| trans_id | The row ID of the inventory transfer record in the Item_Transfer table acting as a translator between the endpoint and baseline models. | integer |