Show / Hide Table of Contents

    Accounts

    Queryable, Introduced in version 2.27

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

    Represents a account.

    GUID

    6BA2B2FD-55E1-48FA-8735-11B3FD136552
    

    Required permission

    Show chart of accounts
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the Account.
    Number String The human readable identifier of the account number.

    • Max length is 10
    Type Int32 The type of account.

    • Assets: 1
    • DebtAndOwnCapital: 2
    • Incomes: 3
    • Costs: 4
    • Internal: 5
    • BalanceSheet: 6
    • OutsideBalanceSheet: 7
    • Settlement: 8
    • Wynikowe: 9
    • FixedAssets: 10
    • CurrentAssets: 11
    • Equity: 12
    • Liabilities: 13
    • Other: 14

    • Max length is 10

    Example

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