{
"recommendationWithoutCoreId": "",
"recommendationFormulaId": "e6d29d18-cd71-4201-a322-7d5bf9445b26",
"logicalCategoryId": "LOGICAL1",
"recommendationId": "ddfe8e94-9ce0-4824-843b-73252270a279",
"recommendationFormulaType": "Without Core Competencies",
"countCriteria": 0,
"sortOrder": 1,
"methodType": "Add",
"reportRefRecommendationFormulaWithoutCoreRatingList": [
{
"recommendationFormulaRatingId": "",
"ratingMin": 0,
"ratingMax": 3,
"functionType": "Value Base",
"minValue": 0,
"maxValue": 0,
"methodType": "Add"
}
]
}
curl --location --request POST 'http://localhost:8082/rest/admin/secured/settings/report-master-recommendation-formula/save-mapping-recommendation-formula-without-core' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"recommendationWithoutCoreId": "",
"recommendationFormulaId": "e6d29d18-cd71-4201-a322-7d5bf9445b26",
"logicalCategoryId": "LOGICAL1",
"recommendationId": "ddfe8e94-9ce0-4824-843b-73252270a279",
"recommendationFormulaType": "Without Core Competencies",
"countCriteria": 0,
"sortOrder": 1,
"methodType": "Add",
"reportRefRecommendationFormulaWithoutCoreRatingList": [
{
"recommendationFormulaRatingId": "",
"ratingMin": 0,
"ratingMax": 3,
"functionType": "Value Base",
"minValue": 0,
"maxValue": 0,
"methodType": "Add"
}
]
}'
{}