AddAllocationKeyResultRow
Type, Introduced in version 24.8
Specifies the result row for an allocation key.
Used by the following commands:
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.
|
|
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.
|
Introduced in version 24.9 |
Example
{
"Dimensions": null,
"Percentage": 0.0,
"ResultRowId": null
}