Show / Hide Table of Contents

    AddAllocationKeyResultRow

    Type, Introduced in version 24.8

    Specifies the result row for an allocation key.

    Used by the following commands:

    • Create
    • Update

    Properties

    Name Type Summary Introduced in
    Dimensions SetCodingDimension[] The dimensions to set for the result row.
    Percentage Decimal The percentage value of the result row.

    • Mandatory
    ResultRowId Int64? The business key identifier of the result row.

    If provided, updates the corresponding result row in the AllocationKey, while retaining existing dimension data unless explicitly overridden.
    If not provided, a new result row will be created, and for result row that are not referenced, it will be removed from the AllocationKey.

    • References AllocationKeyResultRows
    Introduced in version 24.9

    Example

    {
      "Dimensions": null,
      "Percentage": 0.0,
      "ResultRowId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB