medication
Post a new medication
post/patients/{patient_id}/medications
Path parameters
patient_idinteger required
Request body
Example request
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}Response
successful operation
Example response
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}