V3_UtilReason_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_UtilReason_Post |
Resource Path:/api/V3/UtilReason
| 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.UtilReason.
Required. The information for the utilization reason being added.
The response body is of type Mes.WebApi.Models.V3.Util.UtilReason.
OKThe following UtilReason model properties are required.
- To provide the description of the reason: reas_desc.
- To specify the reason group of which the reason is a member: reas_grp_id.
- To specify the reason's state code: state_cd.
- To indicate which event types the utilization reason counts toward: runtime, downtime, setuptime, teardowntime, fixedtime, and vartime.
- To indicate whether any time that the entity spends in this reason is considered failure time: failure.
- To specify the reason's display sequence in the user interface: display_seq.
- To specify the reason's priority, which is used to determine a line's reason when there are multiple bottlenecks with different reasons: priority.