POST api/MBDoctor/GetDoctorComment
Request Information
URI Parameters
None.
Body Parameters
DoctorCommentName | Description | Type | Additional 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:26:40.8990967+05:30" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.