V3_AllowableReasons_GetGroups (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_AllowableReasons_GetGroups |
Resource Path:/api/V3/Util/AllowableReasons/Groups
| Name | Description | Data Type |
|---|---|---|
| entID | Optional. The entity ID. | integer |
| rawReasCD | Optional. The raw reason code. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Mes.WebApi.Models.V3.Util.AllowableReasonGroup].
OKTo get a list of utilization reason groups available to an entity, provide the entity ID without the raw reason code.
To get a list of utilization reason groups available to a raw reason code, provide the entity ID and the raw reason code.
If no entity ID is provided, all utilization reason groups for all reason codes will be returned.