V3_OperAttr_Put (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | V3_OperAttr_Put |
Resource Path:/api/v3/OperAttr
| 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.OperAttr.
The response body is of type Mes.WebApi.Models.V3.Prod.OperAttr.
OKThe OperAttr model properties process_id, oper_id, and attr_id identify the operation attribute record to update.
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.
For this Put, you must supply values for all properties in the model, even if you want to keep the property value the same in the database. If you do not provide a property value, it will be set to null if the corresponding database table column allows for null values.