POST api/HealthMonitoring/setBloodPressure
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| bp | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"recordDate": "sample string 1",
"bpMax": 2,
"bpMin": 3,
"product_code": "sample string 4",
"msg": "sample string 5",
"status": true,
"C1": "sample string 7"
}
application/x-www-form-urlencoded
Sample: