CaseManagementType
Queryable, Introduced in version 2.22
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseManagementType
Represents a case management type.
GUID
26DBCE14-6D7D-40CF-8A1B-C6C907678BCB
Required permission
Show basic data for case
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the case management type. |
|
Description | String | The description of the case management type. |
|
IsPreset | Boolean | Specifies if the case management type is preset. |
|
Number | Int64 | The human readable identifier of the case management type. |
|
Prefix | String | The prefix of the case management type.
|
|
Priority | Int32 | The priority of the case management type. |
|
Visible | Boolean | Specifies if the case management type is visible. |
|
Type | Int32 | The base type of the case management type.
|
Example
{
"Id": 0,
"Description": null,
"IsPreset": false,
"Number": 0,
"Prefix": null,
"Priority": 0,
"Visible": false,
"Type": 0
}