V3_LotAttr_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_LotAttr_Post |
Resource Path:/api/v3/LotAttr
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type Mes.WebApi.Models.V3.Prod.LotAttr.
Required. The property information for the attribute being added.
The response body is of type Mes.WebApi.Models.V3.Prod.LotAttr.
OKThe following LotAttr model properties are required.
- To identify the item, item_id.
- To identify the lot, lot_no.
- To identify the attribute, attr_id.
- Whether an attribute value, notes, or both can be entered for an attribute is determined by the attribute's entry_type property setting. The attribute value or the notes can be set to null in the database by passing a null for the attr_value or notes property in the model. However, at least one of these properties must have a non-null value.