Show / Hide Table of Contents

    DiscountCategories

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/DiscountCategories
    

    Represents a queryable discount category.

    GUID

    83F9058E-F78C-49FB-958E-75747687E0B0
    

    Required permission

    Show discount categories
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the discount category.
    Number String The discount category number.

    • Max length is 10
    • Not nullable
    • Unique
    Description String The translated description of the discount category.
    CompanyIds Int64[] The business key identifiers of the companies that this entity is available for.
    Rows DiscountCategoryRows[] The rows for the discount category.

    • Expandable
    Introduced in version 22.7

    Example

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