brush_report
as b{
"data": [
{
"actualDuration": 0,
"algoVer": 0,
"cariesRate": 0,
"cariesRateAlgo": 0,
"coverage": 0,
"coverageScore": 0,
"coverageScoreRectify": 0,
"createTime": 0,
"deleteStatus": 0,
"deviceId": "string",
"durationScore": 0,
"factorSwitch": "string",
"habitBrushTime": 0,
"habitCoverageRate": 0,
"id": 0,
"metaData": "string",
"modelId": 0,
"nickName": "string",
"originName": "string",
"otherData": "string",
"overpressCount": 0,
"paramSwitch": "string",
"pattern": "string",
"plaqueResiduePercent": 0,
"pressureScore": 0,
"protocolVer": 0,
"remindReport": "string",
"repairBrush": 0,
"score": 0,
"scoreRectify": 0,
"standardDuration": 0,
"strengthLevel": "string",
"surfaceCoverReport": "string",
"syncStatus": 0,
"timeHb": 0,
"timestampEnd": 0,
"totalArea": 0,
"totalSurface": 0,
"updateTimestamp": 0,
"userId": "string",
"vecBrushTimeRaw": "string",
"vecCoverage": "string",
"vecOpTimeRaw": "string",
"vecTimeDisplay": "string",
"vecTimeHbDisplay": "string",
"vecTimeOpDisplay": "string"
}
]
}
curl --location --request POST 'https://test.myusmile.online/user/brushRecord/saveRecord/v3' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"actualDuration": 0,
"algoVer": 0,
"cariesRate": 0,
"cariesRateAlgo": 0,
"coverage": 0,
"coverageScore": 0,
"coverageScoreRectify": 0,
"createTime": 0,
"deleteStatus": 0,
"deviceId": "string",
"durationScore": 0,
"factorSwitch": "string",
"habitBrushTime": 0,
"habitCoverageRate": 0,
"id": 0,
"metaData": "string",
"modelId": 0,
"nickName": "string",
"originName": "string",
"otherData": "string",
"overpressCount": 0,
"paramSwitch": "string",
"pattern": "string",
"plaqueResiduePercent": 0,
"pressureScore": 0,
"protocolVer": 0,
"remindReport": "string",
"repairBrush": 0,
"score": 0,
"scoreRectify": 0,
"standardDuration": 0,
"strengthLevel": "string",
"surfaceCoverReport": "string",
"syncStatus": 0,
"timeHb": 0,
"timestampEnd": 0,
"totalArea": 0,
"totalSurface": 0,
"updateTimestamp": 0,
"userId": "string",
"vecBrushTimeRaw": "string",
"vecCoverage": "string",
"vecOpTimeRaw": "string",
"vecTimeDisplay": "string",
"vecTimeHbDisplay": "string",
"vecTimeOpDisplay": "string"
}
]
}'
{}