Show / Hide Table of Contents

    AccountingYears

    Queryable, Introduced in version 2.26

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

    Represents a accounting year.

    GUID

    A0F6E162-C4A2-4605-A79B-01F17DE6FC78
    

    Required permission

    Show accounting year
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the accounting year.
    ActivePeriodId Int64? The business key identifier of the active period
    Description String The description of the accounting year
    Status Int32 Status of the accounting year

    • Active: 0
    • Previous: 1
    • PeriodFinancialStatement: 2
    • Historical: 9
    • Future: -1
    OpeningBalanceLocked Boolean True if the opening balance is locked

    Example

    {
      "Id": 0,
      "ActivePeriodId": null,
      "Description": null,
      "Status": 0,
      "OpeningBalanceLocked": false
    }
    
    In This Article
    • GUID
    • Required permission
    • Properties
    • Example
    Back to top Copyright © 2023 Monitor ERP System AB