CaseEntryAdditionalCost
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseEntryAdditionalCost
Represents a case entry additional cost.
GUID
758AA611-F39D-4DCA-9F9A-412E97414D69
Required permission
Show basic data for case
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the case entry additional cost. |
|
| CaseEntryId | Int64 | The business key identifier of the case entry.
|
Introduced in version 22.8 |
| CaseManagementCostId | Int64 | The business key identifier of the case management cost for the case entry additional cost.
|
|
| CaseManagementCost | CaseManagementCost | The case management cost of the case entry additional cost.
|
|
| Cost | Decimal | The cost of the case entry additional cost. |
|
| CostCurrencyId | Int64 | The business key identifier of the case entry additional cost currency.
|
|
| CostType | Int32 | The cost type of the case additional cost.
|
|
| Chargeable | Boolean | Specifies if the case additional cost is chargeable. |
|
| CostPerEach | Decimal? | The cost per unit of the case entry additional. |
Introduced in version 24.7 |
| Quantity | Decimal? | The quantity of the case entry additional cost. |
Introduced in version 24.7 |
| PartId | Int64? | The business key identifier of the part for the case entry additional cost.
|
Introduced in version 25.1 |
| Part | Parts | The part of the case entry additional cost.
|
Introduced in version 25.1 |
Example
{
"Id": 0,
"CaseEntryId": 0,
"CaseManagementCostId": 0,
"CaseManagementCost": null,
"Cost": 0.0,
"CostCurrencyId": 0,
"CostType": 0,
"Chargeable": false,
"CostPerEach": null,
"Quantity": null,
"PartId": null,
"Part": null
}