{
"params": {
"property1": {},
"property2": {}
},
"criteriaId": 922337203685477600,
"criteriaName": "string",
"itemType": 0,
"bestType": 0,
"itemId": 922337203685477600,
"itemNo": "string",
"itemName": "string",
"applicableSex": 0,
"criteriaExtraDataJson": [
{
"score": 0,
"juniorResult": 0,
"seniorResult": 0
}
],
"criteriaDataJson": [
{
"score": 0,
"juniorResult": 0,
"seniorResult": 0
}
]
}curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/scoreCriteria' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"criteriaId": 922337203685477600,
"criteriaName": "string",
"itemType": 0,
"bestType": 0,
"itemId": 922337203685477600,
"itemNo": "string",
"itemName": "string",
"applicableSex": 0,
"criteriaExtraDataJson": [
{
"score": 0,
"juniorResult": 0,
"seniorResult": 0
}
],
"criteriaDataJson": [
{
"score": 0,
"juniorResult": 0,
"seniorResult": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}