Show / Hide Table of Contents

    AllocationKeys

    Queryable, Introduced in version 24.8

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

    Represent an allocation key.

    GUID

    a576c8b3-cdc5-404a-b14f-3fd68b85ba9d
    

    Required permission

    Show allocation keys
    

    Properties

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

    • Unique
    Name String The name of the allocation key.

    • Max length is 64
    AllocationKeyResultRow AllocationKeyResultRows[] The result rows of the allocation key.

    • Expandable

    Example

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