Show / Hide Table of Contents

    AccountingBudgetTypes

    Queryable, Introduced in version 23.3

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

    Represents an accounting budget type.

    GUID

    59F1175E-CE81-4EC0-954D-C6745B141E00
    

    Required permission

    Show basic data for budget
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the accounting budget type.
    Number Int64 The human readable identifier of the accounting budget type.

    • Unique
    Description String The translated description of the accounting budget type.
    IsActive Boolean Whether or not the accounting budget type is active.

    Example

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