Show / Hide Table of Contents

    CategoryComponents

    Queryable, Introduced in version 25.5

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

    Represents an category component.

    GUID

    2F711DFD-B5D9-4CA5-AE5E-45416B303C77
    

    Required permission

    Create new categories
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the category.
    Length Int32 The length of the value of the category.
    CategoryType Int32 The category type of the component, e.g. Part, Customer, Supplier

    • Part: 1
    • Customer: 2
    • Supplier: 3
    • CustomerReference: 4
    • SupplierReference: 5
    • Project: 6
    • FixedAsset: 7
    • CustomerOrder: 8
    • Case: 10
    • WorkCenter: 11
    • Quote: 12
    • ManufacturingOrder: 13
    • Inquiry: 14
    • PurchaseOrder: 15
    • Person: 16
    • SelectionGroup: 20
    • Account: 21
    Type Int32 The type of the component, e.g. Optional, Selection List

    • Optional: 1
    • OptionalWithSelectionList: 2
    • RequiredWithSelectionList: 3
    Text String The description of the selected category.
    CategoryValue CategoryComponentValues[] The category value of the category.

    • Expandable

    Example

    {
      "Id": 0,
      "Length": 0,
      "CategoryType": 0,
      "Type": 0,
      "Text": null,
      "CategoryValue": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB