Show / Hide Table of Contents

    ProfitMarkups

    Queryable, Introduced in version 2.18

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

    Represents profit markup.

    GUID

    82791BC5-491D-4D1A-8BDB-3F4A7ECB5907
    

    Required permission

    Show calculation mark-up
    

    Properties

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

    Example

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