V3_UtilState_Put (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | V3_UtilState_Put |
Resource Path:/api/V3/UtilState
| 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.Util.UtilState.
The updated property information for the utilization state.
The response body is of type Mes.WebApi.Models.V3.Util.UtilState.
OKThe following UtilState model properties must have non-null values.
- To identify the state that is being updated: state_cd.
- To provide the description of the state: state_desc.
- To provide the state's background color in the user interface: color.
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.