{
"aggregateFinal": 1,
"aggregateMatrixSetFormulaGroupRequestList": [
{
"criteriaId": "3c7ac231-1db2-4136-b5ed-5477be428698",
"criteriaMax": 24,
"criteriaMin": 2,
"groupId": "2",
"methodType": "Update"
},
{
"criteriaId": "511ee5b3-3991-4da2-9220-42ecc7ff8b62",
"criteriaMax": 25,
"criteriaMin": 3,
"groupId": "1",
"methodType": "Update"
},
{
"criteriaId": "c6af260c-a6ac-44a7-97a7-3b3830a8ab36",
"criteriaMax": 25,
"criteriaMin": 1,
"groupId": "2",
"methodType": "Update"
}
],
"criteriaFinalId": "c2b403fb-f4d0-489e-93db-0866a354b2ed",
"mappingAggregateMatrixId": "42706509-58b6-46bc-a5f8-2b966c4184a4",
"methodType": "Update",
"refLogicalCategoryId": "LOGICAL10"
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/settings/report-master-aggregate/matriks/set-formula' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggregateFinal": 1,
"aggregateMatrixSetFormulaGroupRequestList": [
{
"criteriaId": "3c7ac231-1db2-4136-b5ed-5477be428698",
"criteriaMax": 24,
"criteriaMin": 2,
"groupId": "2",
"methodType": "Update"
},
{
"criteriaId": "511ee5b3-3991-4da2-9220-42ecc7ff8b62",
"criteriaMax": 25,
"criteriaMin": 3,
"groupId": "1",
"methodType": "Update"
},
{
"criteriaId": "c6af260c-a6ac-44a7-97a7-3b3830a8ab36",
"criteriaMax": 25,
"criteriaMin": 1,
"groupId": "2",
"methodType": "Update"
}
],
"criteriaFinalId": "c2b403fb-f4d0-489e-93db-0866a354b2ed",
"mappingAggregateMatrixId": "42706509-58b6-46bc-a5f8-2b966c4184a4",
"methodType": "Update",
"refLogicalCategoryId": "LOGICAL10"
}'
{}