CCRCOPENAUTH: ********************{
"bizOwnerCode": "string",
"domain": "string",
"itemId": "string",
"results": [
{
"children": [
{}
],
"descr": "string",
"fullPath": "string",
"label": {},
"labelCalType": 0,
"name": "string",
"propertyName": "string",
"propertyValue": {},
"remarks": "string",
"scale": 0,
"unit": "string",
"valueCalType": 0
}
],
"tenantId": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/bizOwner/metric/result/record' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizOwnerCode": "string",
"domain": "string",
"itemId": "string",
"results": [
{
"children": [
{}
],
"descr": "string",
"fullPath": "string",
"label": {},
"labelCalType": 0,
"name": "string",
"propertyName": "string",
"propertyValue": {},
"remarks": "string",
"scale": 0,
"unit": "string",
"valueCalType": 0
}
],
"tenantId": 0
}'{
"code": "string",
"data": false,
"message": "string",
"success": true
}