Create body measurement
create-body-measurementRecord body measurements for a specific date. Avoids duplicate entries by returning an error if a measurement already exists for that date.
Instructions
Create a body measurement entry for a given date (all measurement fields optional; weights/masses in kg, girths in cm). Fails with 409 if an entry already exists for that date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date, format YYYY-MM-DD | |
| hips | No | ||
| waist | No | ||
| abdomen | No | ||
| neck_cm | No | ||
| chest_cm | No | ||
| left_calf | No | ||
| weight_kg | No | ||
| left_thigh | No | ||
| right_calf | No | ||
| fat_percent | No | ||
| right_thigh | No | ||
| shoulder_cm | No | ||
| lean_mass_kg | No | ||
| left_bicep_cm | No | ||
| right_bicep_cm | No | ||
| left_forearm_cm | No | ||
| right_forearm_cm | No |