GET api/Doctor/GetDoctorDetails_v1?doctorid={doctorid}
GetDoctorDetails_v1 Params
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
doctorid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DoctorListModel
Collection of DoctorListModelName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
Prefix | string |
None. |
|
Suffix | string |
None. |
|
DoctorName | string |
None. |
|
DoctorId | globally unique identifier |
None. |
|
Speciality | Collection of DoctorSpeciality |
None. |
|
Photo | string |
None. |
|
Gender | string |
None. |
|
AccountName | string |
None. |
|
Location | string |
None. |
|
Location1 | string |
None. |
|
Age | string |
None. |
|
IsPreferred | boolean |
None. |
|
ServiceId | globally unique identifier |
None. |
|
Price | decimal number |
None. |
|
SpecialityName | string |
None. |
|
ExperienceMonth | integer |
None. |
|
ExperienceYear | integer |
None. |
|
MinPrice | decimal number |
None. |
|
InPerson | decimal number |
None. |
|
TeleConsultation | decimal number |
None. |
|
Flag | boolean |
None. |
|
IsAllowBooking | boolean |
None. |
|
EncounterTypeId | globally unique identifier |
None. |
|
Description | string |
None. |
|
DoctorServiceDetails | Collection of DoctorServiceDetail |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AccountId": "31894cf8-a5cb-4fcd-8355-d5afaef374e2", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "cb09f2d4-e149-4a78-b03d-02a42add18a9", "Speciality": [ { "Id": "5f36630d-3e0e-4adb-93b8-1440795d8109", "Name": "sample string 2" }, { "Id": "5f36630d-3e0e-4adb-93b8-1440795d8109", "Name": "sample string 2" } ], "Photo": "sample string 6", "Gender": "sample string 7", "AccountName": "sample string 8", "Location": "sample string 9", "Location1": "sample string 10", "Age": "sample string 11", "IsPreferred": true, "ServiceId": "f376a2a0-c355-40b3-8a23-9d8a7467e788", "Price": 14.0, "SpecialityName": "sample string 15", "ExperienceMonth": 1, "ExperienceYear": 1, "MinPrice": 1.0, "InPerson": 1.0, "TeleConsultation": 1.0, "Flag": true, "IsAllowBooking": true, "EncounterTypeId": "2beb977e-eb10-4d6c-993c-bae2e9f90e2d", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "03e4aa40-4592-4eab-b597-756e0a83685c", "ServiceId": "4c2c9bdf-e0fd-4770-9dd7-39ea5105b280", "EncounterTypeId": "7d0effec-d5e2-4086-a69f-d0ba636f04e0", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "03e4aa40-4592-4eab-b597-756e0a83685c", "ServiceId": "4c2c9bdf-e0fd-4770-9dd7-39ea5105b280", "EncounterTypeId": "7d0effec-d5e2-4086-a69f-d0ba636f04e0", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] }, { "AccountId": "31894cf8-a5cb-4fcd-8355-d5afaef374e2", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "cb09f2d4-e149-4a78-b03d-02a42add18a9", "Speciality": [ { "Id": "5f36630d-3e0e-4adb-93b8-1440795d8109", "Name": "sample string 2" }, { "Id": "5f36630d-3e0e-4adb-93b8-1440795d8109", "Name": "sample string 2" } ], "Photo": "sample string 6", "Gender": "sample string 7", "AccountName": "sample string 8", "Location": "sample string 9", "Location1": "sample string 10", "Age": "sample string 11", "IsPreferred": true, "ServiceId": "f376a2a0-c355-40b3-8a23-9d8a7467e788", "Price": 14.0, "SpecialityName": "sample string 15", "ExperienceMonth": 1, "ExperienceYear": 1, "MinPrice": 1.0, "InPerson": 1.0, "TeleConsultation": 1.0, "Flag": true, "IsAllowBooking": true, "EncounterTypeId": "2beb977e-eb10-4d6c-993c-bae2e9f90e2d", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "03e4aa40-4592-4eab-b597-756e0a83685c", "ServiceId": "4c2c9bdf-e0fd-4770-9dd7-39ea5105b280", "EncounterTypeId": "7d0effec-d5e2-4086-a69f-d0ba636f04e0", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "03e4aa40-4592-4eab-b597-756e0a83685c", "ServiceId": "4c2c9bdf-e0fd-4770-9dd7-39ea5105b280", "EncounterTypeId": "7d0effec-d5e2-4086-a69f-d0ba636f04e0", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] } ]