weight
Post a new weight entry
post/patients/{patient_id}/weights
Path parameters
patient_idinteger required
Request body
Example request
{
"weight_date": "2025-12-18",
"weight_kg": 68.4,
"weight_time": "07:32:10"
}Response
successful operation
Example response
{
"source": "healthconnect",
"source_id": "12345678-90ab-cdef-1234-567890abcdef",
"weight_date": "2025-12-18",
"weight_kg": 68.4,
"weight_time": "07:32:10"
}