Show / Hide Table of Contents

    CodingDimensions

    Queryable, Introduced in version 2.27

    GET https://localhost:8001/sv/001.1/api/v1/Accounting/CodingDimensions
    

    Represents a Coding dimension.

    GUID

    254D2D51-C1BE-420D-8EC1-2718F669C45E
    

    Required permission

    Show dimensions/dimension codes
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the coding dimension.
    Number Int32 The number of the coding dimension.
    Description String The description of the coding dimension.
    CodeDescription String The description of the coding dimension code.
    ReferenceEntityType Int32 The coding dimension reference type of the coding dimension.

    • None: 0
    • Project: 1
    • ProductGroup: 2
    • PartCode: 3
    • Part: 4
    • Department: 5
    • WorkCenter: 6
    • CustomerRootFromOrder: 7
    • CustomerRootFromInvoice: 8
    • SupplierRoot: 9
    • Person: 10
    • CustomerAccountGroupOnCustomer: 11
    • CustomerDistrict: 12
    • CustomerType: 13
    • SupplierAccountGroupOnSupplier: 14
    • SupplierDistrict: 15
    • SupplierType: 16
    CodingElements CodingElements[] The coding elements of the coding dimension.

    • Expandable

    Example

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