Mes.WebApi.Models.V3.Util.UtilEvent JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
| Name | Description | Data Type |
|---|---|---|
| ent_id | The ID of the entity to which the utilization event is being or has been added. | integer |
| event_time_utc | The start time of the utilization event, in UTC. | string |
| reas_cd | The utilization reason code. | integer |
| reas_pending | Indicates whether the reason is pending and needs to be finalized. | boolean |
| comments | Comments about the utilization event. | string |
| raw_reas_cd | The code that identifies the raw reason that's used to determine the utilization reason. | string |
| event_end_time_utc | The end time of the utilization event, in UTC. | string |
| category1 | The content of the category1 field. | string |
| category2 | The content of the category2 field. | string |
| category3 | The content of the category3 field. | string |
| category4 | The content of the category4 field. | string |
| spare1 | The content of the spare1 field. | string |
| spare2 | The content of the spare2 field. | string |
| spare3 | The content of the spare3 field. | string |
| spare4 | The content of the spare4 field. | string |
| update_if_exists | Used only when adding a utilization event. If true and the utilization event already exists, the current event will be updated. Otherwise, a primary key error will be raised if the utilization event already exists. | boolean |
| records_affected | The number of records affected. This is an output parameter only. | integer |
| last_edit_at | The date and time when the utilization event was added or last updated. | string |