{
"roleType": 1,
"maxScore": 10,
"minScore": 5,
"assessmentTypeNumber": "SJ20241111110AA01",
"conditionList":[
{
"startMonth":"1",
"endMonth":"2",
"type":1,
"completeAmount":90,
"score":"10"
},
{
"startMonth":"1",
"endMonth":"2",
"type":1,
"completeAmount":80,
"score":"8"
}
]
}curl --location --request GET 'https://crm-dev.e-lansen.com/api/study/assessment/configDetail?number=KHPZ25062714100GFI2' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleType": 1,
"maxScore": 10,
"minScore": 5,
"assessmentTypeNumber": "SJ20241111110AA01",
"conditionList":[
{
"startMonth":"1",
"endMonth":"2",
"type":1,
"completeAmount":90,
"score":"10"
},
{
"startMonth":"1",
"endMonth":"2",
"type":1,
"completeAmount":80,
"score":"8"
}
]
}'{
"data": true,
"code": 0,
"msg": "string",
"desc": null
}