POST api/Patient/SavePatientMood
Request Information
URI Parameters
None.
Body Parameters
PatientMoodDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientMoodId | integer |
None. |
|
| PatientId | integer |
None. |
|
| MoodStatus | byte |
None. |
|
| MobileNumber | string |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientMoodId": 1,
"PatientId": 2,
"MoodStatus": 64,
"MobileNumber": "sample string 4",
"CreatedDate": "2026-04-22T15:59:19.1108127+05:30"
}
application/xml, text/xml
Sample:
<PatientMoodDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models"> <CreatedDate>2026-04-22T15:59:19.1108127+05:30</CreatedDate> <MobileNumber>sample string 4</MobileNumber> <MoodStatus>64</MoodStatus> <PatientId>2</PatientId> <PatientMoodId>1</PatientMoodId> </PatientMoodDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.