Show / Hide Table of Contents

    ProductGroups

    Queryable, Introduced in version 2.18

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

    Represents a product group.

    GUID

    BABF8E12-DF95-405E-A3A2-6ABDF39D9984
    

    Required permission

    Show posting matrix
    

    Properties

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

    • Max length is 10
    • Not nullable
    • Unique
    Description String The translated description of the product group.
    Alias String The product group alias.

    • Max length is 10
    IsDefault Boolean Specifies if the product group is the default.

    Example

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