POST api/MBDoctor/GetAssociatedPatientwithDoctor
Request Information
URI Parameters
None.
Body Parameters
DoctorsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DoctorUUID | string |
None. |
|
ImagePath | string |
None. |
|
DoctorMobNo | string |
None. |
|
DoctorName | string |
None. |
|
DoctorDegree | string |
None. |
|
DoctorDescription | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
UnreadMessageCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "DoctorUUID": "sample string 2", "ImagePath": "sample string 3", "DoctorMobNo": "sample string 4", "DoctorName": "sample string 5", "DoctorDegree": "sample string 6", "DoctorDescription": "sample string 7", "IsActive": true, "CreatedOn": "2025-05-10T17:55:39.4984142+05:30", "CreatedBy": 1, "ModifiedOn": "2025-05-10T17:55:39.4984142+05:30", "ModifiedBy": 1, "UnreadMessageCount": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.