V3_LotAttr_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_LotAttr_Get |
Resource Path:/api/v3/LotAttr
| Name | Description | Data Type |
|---|---|---|
| itemId | The item ID. | string |
| lotNo | The lot number. | string |
| attrId | The attribute ID. | integer |
| attrDescription | The attribute description. | string |
| attrValue | The attribute value. | string |
| lastEditBy | The ID of the user who added or last updated the attribute. | string |
| lastEditAt | The date and time when the attribute was added or last updated. | string |
| modId | The current modification ID of the record in the Lot_Attr table. This ID is a binary number that increments each time the record's table row is modified. It is used for optimistic concurrency control. | 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_LotAttr_Get].
OK