Request
Body Params application/json
{
"mappingAggregateMatrixId": "936a759c-3b42-439d-b0ec-3d4f3621cba5",
"aggregateMatrixSetDimensionGroupList": [
{
"maxValue": 3,
"methodType": "Add",
"minValue": 2,
"groupId": "1"
},
{
"maxValue": 4,
"methodType": "Add",
"minValue": 3,
"groupId": "2"
},
{
"maxValue": 6,
"methodType": "Add",
"minValue": 5,
"groupId": "3"
}
],
"methodType": "Add",
"recruitmentMasterPotencyItem": "ABILITYADAPT"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/admin/secured/dimension/set-dimension' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"mappingAggregateMatrixId": "936a759c-3b42-439d-b0ec-3d4f3621cba5",
"aggregateMatrixSetDimensionGroupList": [
{
"maxValue": 3,
"methodType": "Add",
"minValue": 2,
"groupId": "1"
},
{
"maxValue": 4,
"methodType": "Add",
"minValue": 3,
"groupId": "2"
},
{
"maxValue": 6,
"methodType": "Add",
"minValue": 5,
"groupId": "3"
}
],
"methodType": "Add",
"recruitmentMasterPotencyItem": "ABILITYADAPT"
}'
Responses
application/json Modified at 2024-03-06 02:01:11