GET api/Doctor/GetDoctorDetails?doctorid={doctorid}
GetDoctorDetails 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": "c1b6e118-ab66-4dd7-bd26-5311244c4e5f", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "065dd341-89be-4b7c-8701-af20a8024b93", "Speciality": [ { "Id": "bc9d324d-65af-42ef-be4d-aa40f235d54c", "Name": "sample string 2" }, { "Id": "bc9d324d-65af-42ef-be4d-aa40f235d54c", "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": "7aac7d53-24d1-4b93-a44a-82358ed3325d", "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": "efea59b2-b4a0-4199-8c92-d5fbe25c0d75", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "d5c6f414-f34d-46cd-81d7-d83d55095c8f", "ServiceId": "5cd7e3d7-ae9e-4d33-8cd8-6dc71286fb23", "EncounterTypeId": "573798e4-e03f-4289-934b-0da68ab3b37a", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "d5c6f414-f34d-46cd-81d7-d83d55095c8f", "ServiceId": "5cd7e3d7-ae9e-4d33-8cd8-6dc71286fb23", "EncounterTypeId": "573798e4-e03f-4289-934b-0da68ab3b37a", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] }, { "AccountId": "c1b6e118-ab66-4dd7-bd26-5311244c4e5f", "Prefix": "sample string 2", "Suffix": "sample string 3", "DoctorName": "sample string 4", "DoctorId": "065dd341-89be-4b7c-8701-af20a8024b93", "Speciality": [ { "Id": "bc9d324d-65af-42ef-be4d-aa40f235d54c", "Name": "sample string 2" }, { "Id": "bc9d324d-65af-42ef-be4d-aa40f235d54c", "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": "7aac7d53-24d1-4b93-a44a-82358ed3325d", "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": "efea59b2-b4a0-4199-8c92-d5fbe25c0d75", "Description": "sample string 16", "DoctorServiceDetails": [ { "EncounterTypeModeDurationId": "d5c6f414-f34d-46cd-81d7-d83d55095c8f", "ServiceId": "5cd7e3d7-ae9e-4d33-8cd8-6dc71286fb23", "EncounterTypeId": "573798e4-e03f-4289-934b-0da68ab3b37a", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 }, { "EncounterTypeModeDurationId": "d5c6f414-f34d-46cd-81d7-d83d55095c8f", "ServiceId": "5cd7e3d7-ae9e-4d33-8cd8-6dc71286fb23", "EncounterTypeId": "573798e4-e03f-4289-934b-0da68ab3b37a", "Price": 4.0, "ModeCode": "sample string 5", "EncounterTypeMode": "sample string 6", "DurationCode": "sample string 7", "Duration": 8 } ] } ]