emotion

Post patient's emotion of the date

post/patients/{patient_id}/emotion

Path parameters

patient_idinteger required

Request body

emotionstring required
emotion_datestring required

calendar date in format YYYY-MM-DD

emotion_timestring required

time in format hh:mm:ss

notestring nullable
questionstring required

Example request

{
  "emotion_date": "2019-01-02",
  "emotion_time": "17:30:00"
}

Response

successful operation

Changes