V3_DataLogValue_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_DataLogValue_Post |
Resource Path:/api/v3/DataLogValue
| 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.EnProd.DataLogValue.
Required. The property information for the data log value being added.
The response body is of type Mes.WebApi.Models.V3.EnProd.DataLogValue.
OKThe following DataLogValue model properties are required.
- To identify the data log group: grp_id.
- To specify a name for the value: value_name.
- To specify the value type: value_type.
- To specify whether a user can manually enter or modify the value: editable. The default is false.