CCRCOPENAUTH: ********************{
"customerResultModel": {
"age": 0,
"customerId": 0,
"gender": 0
},
"data": {
"bizDeviceId": 0,
"customerMeterMeasurementId": 0,
"deviceDesc": "string",
"examItemCode": "string",
"finishTestTime": "2019-08-24T14:15:22.123Z",
"metricValues": [
{
"name": "string",
"value": {}
}
],
"startTestTime": "2019-08-24T14:15:22.123Z",
"tpId": "string"
},
"deviceType4MetricResultEnum": 0,
"examCode": "string",
"examId": 0,
"finishExamTime": "2019-08-24T14:15:22.123Z",
"hutId": 0,
"startExamTime": "2019-08-24T14:15:22.123Z",
"tenantId": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/masterdata/metric/record/result' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerResultModel": {
"age": 0,
"customerId": 0,
"gender": 0
},
"data": {
"bizDeviceId": 0,
"customerMeterMeasurementId": 0,
"deviceDesc": "string",
"examItemCode": "string",
"finishTestTime": "2019-08-24T14:15:22.123Z",
"metricValues": [
{
"name": "string",
"value": {}
}
],
"startTestTime": "2019-08-24T14:15:22.123Z",
"tpId": "string"
},
"deviceType4MetricResultEnum": 0,
"examCode": "string",
"examId": 0,
"finishExamTime": "2019-08-24T14:15:22.123Z",
"hutId": 0,
"startExamTime": "2019-08-24T14:15:22.123Z",
"tenantId": 0
}'{
"code": "string",
"data": false,
"message": "string",
"success": true
}