Show / Hide Table of Contents

    CaseManagementType

    Queryable, Introduced in version 2.22

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

    Represents a case management type.

    GUID

    26DBCE14-6D7D-40CF-8A1B-C6C907678BCB
    

    Required permission

    Show basic data for case
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the case management type.
    Description String The description of the case management type.
    IsPreset Boolean Specifies if the case management type is preset.
    Number Int64 The human readable identifier of the case management type.
    Prefix String The prefix of the case management type.

    • Max length is 3
    Priority Int32 The priority of the case management type.
    Visible Boolean Specifies if the case management type is visible.
    Type Int32 The base type of the case management type.

    • CustomerNonconformity: 1
    • SupplierNonconformity: 2
    • InternalNonconformity: 3
    • Standard8D: 4

    Example

    {
      "Id": 0,
      "Description": null,
      "IsPreset": false,
      "Number": 0,
      "Prefix": null,
      "Priority": 0,
      "Visible": false,
      "Type": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB