Request
Body Params application/json
{
"aggregateMatrixId": "",
"levelName": "Matriks Level 1",
"levelDesc": "Matriks Level 1 Desc",
"isUpdate": true,
"mappingAggregateMatrixRequestList": [
{
"methodType": "Add",
"aggrCompetencyId": "",
"aggrGroupCompetencyId": "",
"sortOrder": 0
}
]
}
Request Code Samples
curl --location --request DELETE 'local_url_saas/rest/admin/secured/settings/report-master-aggregate/matriks/4f10c111-07e5-4a7c-9d8b-c0e4c18dd3f8' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggregateMatrixId": "",
"levelName": "Matriks Level 1",
"levelDesc": "Matriks Level 1 Desc",
"isUpdate": true,
"mappingAggregateMatrixRequestList": [
{
"methodType": "Add",
"aggrCompetencyId": "",
"aggrGroupCompetencyId": "",
"sortOrder": 0
}
]
}'
Responses
application/json Modified at 2024-03-06 02:01:11