CaseManagementCost
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseManagementCost
Represents a case management cost.
GUID
C96229D4-1CC9-49A7-86E8-CA489AFB3D11
Required permission
Show basic data for case
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the case management cost. |
|
| Number | Int32 | The human readable identifier of the case management cost. |
|
| Description | String | The translated description of the case management cost. |
|
| Cost | Decimal | The cost of the case management. |
|
| CostCurrencyId | Int64 | The business key identifier of the case management cost currency. References Currencies |
|
| Chargeable | Boolean | Specifies if the case management cost is chargeable. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"Cost": 0.0,
"CostCurrencyId": 0,
"Chargeable": false
}