WiFi scale server
    • Interaction Interfaces Between V2.0/V3.0 Devices and the Server
      • Device Registration and Network Configuration
      • Device Configuration Sync
      • Get Update Firmware Version Information
      • Upload Smart Scale Data
      • Batch Upload Smart Scale Data
      • Get Update Firmware Version Information-v2.0
    • Interaction Interfaces Between Torre Devices and the Server
      • Device Registration and Network Configuration
      • Device Configuration Sync
      • Get Update Firmware Version Information
      • Upload Smart Scale Data
    • 4G Device Related Interfaces
      • Device Configuration Synchronization
      • Upload Smart Scale Data
    • CM Series Product Server API
      • Upload Smart Scale Data
    • App Generic
      • receiveWholeBodyData
    • Schemas
      • Schemas
        • V2Record
        • BatchRecordVO
        • V2RecordVO
        • WifiDTO
        • ScaleRWifiNewVersion
        • WifiNewVersion
      • ScaleRXinmiaoDeviceHistoryData
      • ScaleR
      • XinmiaoDeviceHistoryData
      • LteConfigVO
      • Electrode8
      • Object
      • TorreRegisterVO
      • key
      • CurrentValue
      • LefuBodyDatum
      • Electrode4
      • TorreConfigVO
      • MapObject
      • LefuUserInfo
      • ElectrodeDualFrequency4
      • ImpedanceData
      • CmRecord
      • ScaleRMapObject
      • LteRecordVO
      • BodyParamItem
      • UserInfo
      • DeviceInfo
      • WholeBodyData
      • TorreVersionUrl
      • ImpedanceVO
      • ScaleRListTorreVersionUrl
      • TorreWeightDataVO
      • TorreCheckForUpdateVO
      • TorreRecordVO

    WholeBodyData

    Whole Body Data

    {
        "calculateVersion": "string",
        "deviceCalculateType": 0,
        "errorType": "string",
        "heartRate": 0,
        "infoId": "string",
        "impedanceData": {
            "electrode8": {
                "z100KhzLeftArmEnCode": 0,
                "z100KhzLeftLegEnCode": 0,
                "z100KhzRightArmEnCode": 0,
                "z100KhzRightLegEnCode": 0,
                "z100KhzTrunkEnCode": 0,
                "z20KhzLeftArmEnCode": 0,
                "z20KhzLeftLegEnCode": 0,
                "z20KhzRightArmEnCode": 0,
                "z20KhzRightLegEnCode": 0,
                "z20KhzTrunkEnCode": 0
            },
            "electrode4": {
                "impedance": 0
            },
            "electrodeDualFrequency4": {
                "impedance50": 0,
                "impedance100": 0
            }
        },
        "lefuBodyData": [
            {
                "bodyParamKey": "string",
                "bodyParamNameString": "string",
                "colorArray": [
                    "string"
                ],
                "currentStandard": 0,
                "currentValue": 0,
                "currentValueStr": "string",
                "evaluationArray": [
                    "string"
                ],
                "hasStandard": true,
                "introductionString": "string",
                "standColor": "string",
                "standSuggestion": "string",
                "standardArray": [
                    0
                ],
                "standardArrayStr": [
                    "string"
                ],
                "standardTitle": "string",
                "standardTitleArray": [
                    "string"
                ],
                "standeEvaluation": "string",
                "suggestionArray": [
                    "string"
                ],
                "unit": "string",
                "watchfulArray": [
                    0
                ]
            }
        ],
        "lefuUserInfo": {
            "accountId": "string",
            "age": 0,
            "email": "string",
            "height": 0,
            "sex": 0,
            "uid": "string",
            "userMode": 0,
            "userName": "string"
        },
        "lefuDeviceInfo": {
            "deviceMac": "string",
            "deviceName": "string"
        },
        "timestamp": 0
    }
    Built with