Show / Hide Table of Contents

    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.

    • References CaseEntry
    Introduced in version 22.8
    CaseManagementCostId Int64 The business key identifier of the case management cost for the case entry additional cost.

    • References CaseManagementCost
    CaseManagementCost CaseManagementCost The case management cost of the case entry additional cost.

    • Expandable
    Cost Decimal The cost of the case entry additional cost.
    CostCurrencyId Int64 The business key identifier of the case entry additional cost currency.

    • References Currencies
    CostType Int32 The cost type of the case additional cost.

    • Planned: 0
    • Actual: 1
    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.

    • References Parts
    Introduced in version 25.1
    Part Parts The part of the case entry additional cost.

    • Expandable
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB