Show / Hide Table of Contents

    StorageOverheadMarkups

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/StorageOverheadMarkups
    

    Represents storage overhead markup.

    GUID

    08416125-9EC9-4C8C-883E-19D6656EB07B
    

    Required permission

    Show calculation mark-up
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the storage overhead markup.
    Number Int32 The human readable number of the storage overhead markup.
    Description String The translated description of the storage overhead markup.
    Markup Decimal The markup defined by the storage overhead markup.
    Type Int32 The type of storage overhead markup.

    • StorageOverhead: 0
    • SubContract: 1
    • Both: 2

    Example

    {
      "Id": 0,
      "Number": 0,
      "Description": null,
      "Markup": 0.0,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB