Show / Hide Table of Contents

    AllocationKeyResultRows

    Queryable, Introduced in version 24.8

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

    Represent an allocation key result row.

    GUID

    9d67c2ac-88ab-4032-824f-139326fffb52
    

    Required permission

    Show allocation keys
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the allocation key result row.
    AllocationKeyId Int64 The business key identifier of the allocation key the result row belongs to.

    • References AllocationKeys
    CodingEntryId Int64 The business key identifier of the coding entry of the allocation key result row.

    • Expandable
    • References CodingEntries
    CodingEntry CodingEntries The coding entry of the allocation key result row.
    Percentage Decimal The percentage value of the allocation key result row.
    RowIndex Int32 The row index of the allocation key result row.

    Example

    {
      "Id": 0,
      "AllocationKeyId": 0,
      "CodingEntryId": 0,
      "CodingEntry": null,
      "Percentage": 0.0,
      "RowIndex": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB