{
"data": [
{
"id": 0,
"updateTimestamp": 0,
"userId": "string",
"deviceId": "string",
"uploadDeviceSN": "string",
"pattern": "string",
"strengthLevel": "string",
"standardDuration": 0,
"actualDuration": 0,
"createTime": "string",
"repairBrush": 0,
"durationScore": 0,
"zoneDurationScore": 0,
"coverage": 0,
"coverageScore": 0,
"headUsedDayScore": 0,
"poseErrorCount": 0,
"overpressCount": 0,
"score": 0,
"plaqueResiduePercent": 0,
"totalArea": 0,
"totalSurface": 0,
"remindReport": "string",
"surfaceCoverReport": "string",
"leftDown": "string",
"centerDown": "string",
"rightDown": "string",
"leftUp": "string",
"centerUp": "string",
"rightUp": "string",
"dayTime": "string",
"pressureScore": 0,
"strengthValue": 0,
"deleteStatus": 0,
"metaData": "string",
"timeType": "1",
"paramSwitch": "string",
"timeHb": 0,
"factorSwitch": "string",
"vecTimeDisplay": "string",
"vecTimeOpDisplay": "string",
"vecTimeHbDisplay": "string",
"vecCoverage": "string",
"otherData": "string",
"algoVer": 0,
"protocolVer": 0,
"timestampEnd": 0
}
]
}
curl --location --request POST 'https://test.myusmile.online/user/brushRecord/saveRecord/v3' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"id": 0,
"updateTimestamp": 0,
"userId": "string",
"deviceId": "string",
"uploadDeviceSN": "string",
"pattern": "string",
"strengthLevel": "string",
"standardDuration": 0,
"actualDuration": 0,
"createTime": "string",
"repairBrush": 0,
"durationScore": 0,
"zoneDurationScore": 0,
"coverage": 0,
"coverageScore": 0,
"headUsedDayScore": 0,
"poseErrorCount": 0,
"overpressCount": 0,
"score": 0,
"plaqueResiduePercent": 0,
"totalArea": 0,
"totalSurface": 0,
"remindReport": "string",
"surfaceCoverReport": "string",
"leftDown": "string",
"centerDown": "string",
"rightDown": "string",
"leftUp": "string",
"centerUp": "string",
"rightUp": "string",
"dayTime": "string",
"pressureScore": 0,
"strengthValue": 0,
"deleteStatus": 0,
"metaData": "string",
"timeType": "1",
"paramSwitch": "string",
"timeHb": 0,
"factorSwitch": "string",
"vecTimeDisplay": "string",
"vecTimeOpDisplay": "string",
"vecTimeHbDisplay": "string",
"vecCoverage": "string",
"otherData": "string",
"algoVer": 0,
"protocolVer": 0,
"timestampEnd": 0
}
]
}'
{
"flag": true,
"code": 20000,
"message": "save succeed",
"data": [
{
"id": 678856,
"updateTimestamp": 1713752986978,
"deviceId": "74:4d:bd:95:7c:22",
"createTime": "1713520717",
"habitBrushTime": null,
"habitCoverageRate": null,
"cariesRate": null,
"cariesRateAlgo": null
}
]
}