POST api/MBDoctor/AddZMHComment
Request Information
URI Parameters
None.
Body Parameters
ZMHComment| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorId | integer |
None. |
|
| DoctorName | string |
None. |
|
| PatientId | integer |
None. |
|
| Comment | string |
None. |
|
| ZMHIntervention | ZMHIntervention |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DoctorId": 1,
"DoctorName": "sample string 2",
"PatientId": 3,
"Comment": "sample string 4",
"ZMHIntervention": {
"reversalPercentage": 1.1,
"parent": [
{
"menu": "sample string 1",
"child": [
{
"submenu": "sample string 1"
},
{
"submenu": "sample string 1"
}
]
},
{
"menu": "sample string 1",
"child": [
{
"submenu": "sample string 1"
},
{
"submenu": "sample string 1"
}
]
}
]
},
"CreatedBy": "sample string 5",
"CreatedOn": "2026-01-15T19:17:22.8226357+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.