Request
Body Params application/json
[
{
"methodType": "Add",
"recommendationMatrixFormulaId": "",
"recommendationMatrixId": "",
"reportMasterRecommendationFormulaId":"dtbintramegasales",
"batchId": "c1e3c01a-f73a-4a8b-8fc3-181bced1324f"
},
{
"methodType": "Add",
"recommendationMatrixFormulaId": "",
"reportMasterRecommendationFormulaId": "dtbintramegasalesopsi2",
"recommendationMatrixId": "",
"batchId": "c1e3c01a-f73a-4a8b-8fc3-181bced1324f"
}
]
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/admin/secured/report/trans-recommendation-matrix/formula/bulk-save' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"methodType": "Add",
"recommendationMatrixFormulaId": "",
"recommendationMatrixId": "",
"reportMasterRecommendationFormulaId":"dtbintramegasales",
"batchId": "c1e3c01a-f73a-4a8b-8fc3-181bced1324f"
},
{
"methodType": "Add",
"recommendationMatrixFormulaId": "",
"reportMasterRecommendationFormulaId": "dtbintramegasalesopsi2",
"recommendationMatrixId": "",
"batchId": "c1e3c01a-f73a-4a8b-8fc3-181bced1324f"
}
]'
Responses
application/json Modified at 2024-03-06 02:01:11