POST api/MBDoctor/GetAssociatedPatientwithDoctorV2

Request Information

URI Parameters

None.

Body Parameters

Doctors
NameDescriptionTypeAdditional 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:31:48.7676533+05:30",
  "CreatedBy": 1,
  "ModifiedOn": "2025-05-10T17:31:48.7676533+05:30",
  "ModifiedBy": 1,
  "UnreadMessageCount": 1
}

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.