{
"isUpdate": true,
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"levelDesc": "asd",
"levelName": "asdasd22",
"mappingAggregateMatrixRequestList": [
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "41dd63af-c3e5-4fb7-933b-aba12f0e6d46",
"methodType": "Update",
"recruitmentMasterPotencyId": "ABILITYINFLUENCE",
"recruitmentMasterPotencyName": "Ability to Influence",
"sortOrder": 0
},
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "ab0236c3-80bf-4e3b-83ec-a5489605a07c",
"methodType": "Update",
"recruitmentMasterPotencyId": "ABILITYADAPT",
"recruitmentMasterPotencyName": "Ability to Adapt",
"sortOrder": 1
},
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "ec44d3dc-7557-4f84-9657-7b3b7c2c82c8",
"recruitmentMasterPotencyId": "ABILITYPLANORGANIZE",
"recruitmentMasterPotencyName": "Ability to Plan and Organize",
"methodType": "Delete"
}
]
}
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/settings/report-master-aggregate/matriks' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"isUpdate": true,
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"levelDesc": "asd",
"levelName": "asdasd22",
"mappingAggregateMatrixRequestList": [
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "41dd63af-c3e5-4fb7-933b-aba12f0e6d46",
"methodType": "Update",
"recruitmentMasterPotencyId": "ABILITYINFLUENCE",
"recruitmentMasterPotencyName": "Ability to Influence",
"sortOrder": 0
},
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "ab0236c3-80bf-4e3b-83ec-a5489605a07c",
"methodType": "Update",
"recruitmentMasterPotencyId": "ABILITYADAPT",
"recruitmentMasterPotencyName": "Ability to Adapt",
"sortOrder": 1
},
{
"aggregateMatrixId": "b2827b38-ab22-45eb-97a8-486eb7e3c10a",
"mappingAggregateMatrixId": "ec44d3dc-7557-4f84-9657-7b3b7c2c82c8",
"recruitmentMasterPotencyId": "ABILITYPLANORGANIZE",
"recruitmentMasterPotencyName": "Ability to Plan and Organize",
"methodType": "Delete"
}
]
}'
{}