CaseManagementPhases
Queryable, Introduced in version 2.45
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseManagementPhases
Represents a case management phase.
GUID
DE25A497-E2D5-4B6F-A7FC-9383B86DC1AC
Required permission
Show case
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the case management phase. |
|
Number | Int32 | The human readable identifier of the case management phase. |
|
Description | String | The description of the case management phase. |
Example
{
"Id": 0,
"Number": 0,
"Description": null
}