CaseManagementActivities
Queryable, Introduced in version 2.45
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseManagementActivities
Represents a case management activity.
GUID
AE8AEF0A-A3BB-40D7-BC67-9DCE39F11A7B
Required permission
Show case
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the case management activity. |
|
PlannedTime | TimeSpan | The planned time of the case management activity. |
|
CostPerHour | Decimal | The cost per hour of the case management activity. |
|
CostPerHourCurrencyId | Int64? | The business key identifier of the currency that applies to the cost per hour of the case management activity.
|
|
Chargeable | Boolean | Specifies if the case management activity is chargeable or not. |
|
Code | Int64 | The human readable identifier of the case management activity. |
|
Description | String | The description of the case management activity. |
Example
{
"Id": 0,
"PlannedTime": "00:00:00",
"CostPerHour": 0.0,
"CostPerHourCurrencyId": null,
"Chargeable": false,
"Code": 0,
"Description": null
}