POST api/MBDoctor/GetZMHComment

Request Information

URI Parameters

None.

Body Parameters

ZMHComment
NameDescriptionTypeAdditional 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:18:29.1841851+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ZMHComment'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.