POST api/HealthMonitoring/weight_update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsWeight_last_5
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "indicator_id": "sample string 2",
  "date": "2025-01-08T07:20:03.6344758+05:30",
  "bmi_set_by": "sample string 4",
  "patient_weight": "sample string 5",
  "product_code": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsWeight_last_5'.