V3_DataLog_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_DataLog_Post |
Resource Path:/api/v3/DataLog
| 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.DataLog.
Required. The property information for the data log being added.
The response body is of type Mes.WebApi.Models.V3.EnProd.DataLog.
OKNote that this endpoint works only with the Data_Log table and not the Data_Log_16 or Data_Log_48 tables. Values that are recorded using this endpoint will not be visible in MES Operator, as that application supports only Data Log 16 and Data Log 48 values.
The following DataLog model properties are required:
- To identify the data log group: grp_id.
- To identify when the data was logged: sample_time_utc.
- To identify the shift when the data was logged: shift_start_utc.