SaveAggregationData
Interface Function
Save aggregate data.
Request Parameter
Parameter | Required | Type | Remarks |
---|---|---|---|
dataList | true | List<Dictionary<string, string>> |
Aggregate data to be saved,can be acquired by GetAggregationData calculation. |
targetFormAlias | true | string | Form to save the result. |
Return Data Type
bool
Code Sample
Refer to the code sample in
GetAggregationData
.