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 DoctorListModel| Name | 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. |
|
| TimeZone | string |
None. |
|
| DoctorServiceDetails | Collection of DoctorServiceDetail |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "39809418-4d81-4b99-871b-714ea7c9aa50",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "e6b9d803-ddf8-4c75-81c6-fd61708995a9",
"Speciality": [
{
"Id": "e041f462-ea19-4fd5-9507-2c03f5a2f090",
"Name": "sample string 2"
},
{
"Id": "e041f462-ea19-4fd5-9507-2c03f5a2f090",
"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": "9e5ca390-cfa9-4394-ac2c-58384b3e1d26",
"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": "ddd7097d-4661-4153-8601-fdb0d79630ea",
"Description": "sample string 16",
"TimeZone": "sample string 17",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "0442fb45-da1b-48c9-ba0b-8adc7f1c6e45",
"ServiceId": "889125f7-7cf5-4015-9ee6-4e7146b27d1f",
"EncounterTypeId": "f187261c-f3c8-42cd-a2c1-71b940655333",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "0442fb45-da1b-48c9-ba0b-8adc7f1c6e45",
"ServiceId": "889125f7-7cf5-4015-9ee6-4e7146b27d1f",
"EncounterTypeId": "f187261c-f3c8-42cd-a2c1-71b940655333",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
},
{
"AccountId": "39809418-4d81-4b99-871b-714ea7c9aa50",
"Prefix": "sample string 2",
"Suffix": "sample string 3",
"DoctorName": "sample string 4",
"DoctorId": "e6b9d803-ddf8-4c75-81c6-fd61708995a9",
"Speciality": [
{
"Id": "e041f462-ea19-4fd5-9507-2c03f5a2f090",
"Name": "sample string 2"
},
{
"Id": "e041f462-ea19-4fd5-9507-2c03f5a2f090",
"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": "9e5ca390-cfa9-4394-ac2c-58384b3e1d26",
"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": "ddd7097d-4661-4153-8601-fdb0d79630ea",
"Description": "sample string 16",
"TimeZone": "sample string 17",
"DoctorServiceDetails": [
{
"EncounterTypeModeDurationId": "0442fb45-da1b-48c9-ba0b-8adc7f1c6e45",
"ServiceId": "889125f7-7cf5-4015-9ee6-4e7146b27d1f",
"EncounterTypeId": "f187261c-f3c8-42cd-a2c1-71b940655333",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
},
{
"EncounterTypeModeDurationId": "0442fb45-da1b-48c9-ba0b-8adc7f1c6e45",
"ServiceId": "889125f7-7cf5-4015-9ee6-4e7146b27d1f",
"EncounterTypeId": "f187261c-f3c8-42cd-a2c1-71b940655333",
"Price": 4.0,
"ModeCode": "sample string 5",
"EncounterTypeMode": "sample string 6",
"DurationCode": "sample string 7",
"Duration": 8
}
]
}
]