Show / Hide Table of Contents

    PackageTypes

    Queryable, Introduced in version 2.18

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

    Represents a package type.

    GUID

    FBE23B85-1E78-4644-868F-A922DD54199F
    

    Required permission

    Show basic data for part
    

    Properties

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

    • Unique
    IsActive Boolean Specifies if the package type is active in the system.
    Description String The translated description of the package type.

    • Not nullable
    • Max length is 35
    DefaultCode String The default code of the package type.

    • Max length is 5

    Example

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