Show / Hide Table of Contents

    GoodsTypes

    Queryable, Introduced in version 2.18

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

    Represents a goods type.

    GUID

    C6BDE56D-B1B8-4801-9976-F65F05228C3A
    

    Required permission

    Show package type/goods type
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the goods type.
    Number Int64 The human readable identifier of the goods type.

    • Unique
    Description String The translated description of the goods type.

    • Not nullable
    • Max length is 35
    IsActive Boolean Specifies if the goods type is active in the system.

    Example

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