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.

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",
  "CreatedBy": "sample string 5",
  "CreatedOn": "2025-05-10T16:19:56.9816661+05:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.