Mes.WebApi.Models.UtilReason JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| reasCode | The utilization reason code. | integer |
| description | The utilization reason description. | string |
| stateCode | The utilization state code for this reason. | integer |
| reasGroupId | The ID of the utilization reason group to which the reason belongs. | integer |
| isRuntime | The indication whether this utilization reason is used for runtime events. | boolean |
| isDowntime | The indication whether this utilization reason is used for downtime events. | boolean |
| isSetuptime | The indication whether this utilization reason is used for setup time events. | boolean |
| isTeardowntime | The indication whether this utilization reason is used for teardown time events. | boolean |
| isFixedtime | The indication whether this utilization reason is used for fixed time events. | boolean |
| isVartime | The indication whether this utilization reason is used for variable time events. | boolean |
| isFailure | The indication whether any time that the entity spends in this utilization reason code is considered failure time. | boolean |
| defaultLabCode | The default labor code for the utilization reason when it is manually selected. | string |
| displaySequence | The display sequence of this reason. This number determines the order of utilization reasons when they are listed under their utilization reason group in the user interface. | integer |
| entEnabled | The indication whether an entity in this utilization reason is to be considered enabled. | boolean |
| 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 |
| priority | The priority of the utilization reason. The priority number is used to determine the reason for a line that has two or more bottleneck entities with differing reasons. | integer |
| maximumDuration |
| integer |
| newReasCode | The utilization reason code to which the reason should change when the maximum duration is exceeded. | integer |
| standardTime | The standard amount of time, in minutes, that an entity is expected to be in this utilization reason. | number |
| maxTime | The maximum amount of time, in minutes, that an entity is expected to be in this utilization reason. | number |
| minTime | The minimum amount of time, in minutes, that an entity is expected to be in this utilization reason. | number |
| lastEditAt | The date and time when the record was added or last modified. | string |