V3_Lot_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Lot_Get |
Resource Path:/api/v3/Lot
| Name | Description | Data Type |
|---|---|---|
| itemId | The item ID. | string |
| lotNo | The lot number | string |
| gradeCd | The item grade code of the lot. | integer |
| statusCd | The item status code of the lot. | integer |
| expiryDate | The expiry date and time. Lots whose expiry date and time are at or later than this date and time are included in the results. | string |
| isSerialNo | Indicates whether the lot number is the serial number for items in the lot. | boolean |
| 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 |
| spare5 | The contents of the spare5 field. | string |
| spare6 | The contents of the spare6 field. | string |
| lastEditBy | The ID of the user who added or last updated the lot. | string |
| lastEditAt | The date and time when the lot was added or last updated. | string |
| 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_Lot_Get].
OK