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": "3903d50c-3d32-4c40-886e-2d4ec46db41d", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "c918d4ff-5799-40b1-860a-1264fe9a201f", "Speciality": [ { "Id": "dd240c67-4d1e-427b-97d1-6128b40b6e7f", "Name": "sample string 2" }, { "Id": "dd240c67-4d1e-427b-97d1-6128b40b6e7f", "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": "d2a2c2e9-14b1-4e22-9344-8d3d3a7bebbd", "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": "82f7e17a-ae4b-4d72-a58b-30c5517163bc", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "374777f9-f909-498a-bbc8-50a89d8ec30d", "ServiceId": "1fb6f400-7f85-4d4e-bad8-90c2eef90475", "EncounterTypeId": "a197eef4-b0a8-4f74-8ac1-c13121e1c4c8", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "374777f9-f909-498a-bbc8-50a89d8ec30d", "ServiceId": "1fb6f400-7f85-4d4e-bad8-90c2eef90475", "EncounterTypeId": "a197eef4-b0a8-4f74-8ac1-c13121e1c4c8", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] }, { "AccountId": "3903d50c-3d32-4c40-886e-2d4ec46db41d", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "c918d4ff-5799-40b1-860a-1264fe9a201f", "Speciality": [ { "Id": "dd240c67-4d1e-427b-97d1-6128b40b6e7f", "Name": "sample string 2" }, { "Id": "dd240c67-4d1e-427b-97d1-6128b40b6e7f", "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": "d2a2c2e9-14b1-4e22-9344-8d3d3a7bebbd", "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": "82f7e17a-ae4b-4d72-a58b-30c5517163bc", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "374777f9-f909-498a-bbc8-50a89d8ec30d", "ServiceId": "1fb6f400-7f85-4d4e-bad8-90c2eef90475", "EncounterTypeId": "a197eef4-b0a8-4f74-8ac1-c13121e1c4c8", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "374777f9-f909-498a-bbc8-50a89d8ec30d", "ServiceId": "1fb6f400-7f85-4d4e-bad8-90c2eef90475", "EncounterTypeId": "a197eef4-b0a8-4f74-8ac1-c13121e1c4c8", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] } ]