UtilLog_UpdateEvents (Put)
- Last UpdatedNov 06, 2025
- 1 minute read
| Put | UtilLog_UpdateEvents |
Resource Path:/api/utilLog
Summary (Web Service Definition)Update utilization history events.
This endpoint can be used to update a single utilization history event or add multiple utilization history events to split an event. If splitting an event, this method will update the target event and add the new event specified in the request body to the Util_History table. The two events should be split as necessary to maintain a consecutive timeline of events over the time period.
| Name | Description | Data Type |
|---|---|---|
| id | Required if updating a single event. The log ID of the utilization history event that is being updated. | integer |
| logID | Required if splitting an event. The log ID of the target utilization history event that is being updated. | integer |
The request body is of type Array[Mes.WebApi.Models.UtilLog].
Required. When updating a single event, include only the event's UtilLog model properties as a JSON object (not an array) in the request body. When splitting an event, include the JSON objects for the target event and new event as a JSON array.