Show / Hide Table of Contents

    AutoAllocations

    Queryable, Introduced in version 24.8

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

    Represent an auto allocation.

    GUID

    9CAA54CB-128C-42EC-B455-DD92B35AC76E
    

    Required permission

    Show automatic allocations
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the auto allocation.
    Number String The human readable identifier of the auto allocation.

    • Unique
    • Max length is 35
    Description String The description of the auto allocation.

    • Max length is 35
    Type Int32 The type of the auto allocation

    • Direct: 0
    • PeriodBalance: 1
    • AccumulatedBalance: 2
    Active Boolean Specifies whether the auto allocation is active or not.
    AllocationKeyId Int64? The business key identifier of the allocation key linked to the auto allocation.

    • Expandable
    • References AllocationKeys
    AllocationKey AllocationKeys The allocation key linked to the auto allocation.
    AccountFrom String The account number from which the auto allocation applies.

    • Max length is 10
    AccountTo String The account number to which the auto allocation applies.

    • Max length is 10

    Example

    {
      "Id": 0,
      "Number": null,
      "Description": null,
      "Type": 0,
      "Active": false,
      "AllocationKeyId": null,
      "AllocationKey": null,
      "AccountFrom": null,
      "AccountTo": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB