V3_ItemTransfer_Get (Get)
- Last UpdatedNov 06, 2025
- 3 minute read
| Get | V3_ItemTransfer_Get |
Resource Path:/api/v3/ItemTransfer
| Name | Description | Data Type |
|---|---|---|
| woId | The work order ID of the job for which the transfer occurs. | string |
| operId | The operation ID of the job for which the transfer occurs. | string |
| seqNo | The sequence number of the job for which the transfer occurs. | integer |
| bomPos | The BOM position for which the transfer occurs. | integer |
| toEntId | The ID of the destination storage entity. | integer |
| itemId | The ID of the transferred item. | string |
| lotNo | The lot number of the transferred item. | string |
| subLotNo | The sublot number of the transferred item. | string |
| gradeCd | The transferred item's grade code. | integer |
| statusCd | The transferred item's status code. | integer |
| expiryDate | The expiry date and time for the item at the destination location. | string |
| fromWoId | 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 |
| fromOperId | The operator ID of the original job that produced the inventory, if that job is different than the job that transfers the inventory. | string |
| fromSeqNo | The operator sequence number of the original job that produced the inventory, if that job is different than the job that transfers the inventory. | integer |
| fromEntId | The ID of the entity that is the source for the inventory transfer. | integer |
| fromItemId | The ID of the item at the source entity if the item ID is changed by the transfer. | string |
| fromLotNo | 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 |
| fromSubLotNo | 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 |
| fromGradeCd | 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 |
| fromStatusCd | 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 |
| fromExpiryDate | The expiry date and time for the item at the source location if the expiry date and time is changed by the transfer. Null indicates that the expiry date and time didn't change. | string |
| goodsReceived | Indicates whether the inventory is goods received from a supplier. | boolean |
| goodsShipped | Indicates whether the inventory is goods shipped to a customer. | boolean |
| transferBy | Holds the ID of the user who runs the job for which the transfer occurs. | string |
| transferTimeUtc | The date and time when the item transfer occurred in UTC. | string |
| transferTimeLocal | The date time when the transfer occurred in the local time of the entity. | string |
| transferId | The row ID of the inventory transfer record in the Item_Transfer table. | integer |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_ItemTransfer_Get].
OK