Show / Hide Table of Contents

    AccountingYearPeriods

    Queryable, Introduced in version 2.26

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

    Represents a accounting year period.

    GUID

    67896436-2631-477C-A775-3B8C5C04A62A
    

    Required permission

    Show accounting year
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the accounting year period.
    FromDate DateTimeOffset? Period date, from
    ToDate DateTimeOffset? Period date, to
    Number Int32? Period number
    Status Int32 Status of the period

    • Undefined: 0
    • Open: 1
    • Closed: 2
    • Locked: 3
    AccountingYearId Int64 The business key identifier of the accounting year

    • References AccountingYears
    AccountingYear AccountingYears The accounting year of the period.

    • Expandable

    Example

    {
      "Id": 0,
      "FromDate": null,
      "ToDate": null,
      "Number": null,
      "Status": 0,
      "AccountingYearId": 0,
      "AccountingYear": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB