POST api/DoctorCreation/DoctorCreation
Request Information
URI Parameters
None.
Body Parameters
ClsDoctorCreation| Name | Description | Type | Additional information |
|---|---|---|---|
| doctor_id | string |
None. |
|
| doctor_name | string |
None. |
|
| speciality | decimal number |
None. |
|
| national_provider_id | string |
None. |
|
| qualification | decimal number |
None. |
|
| dob | date |
None. |
|
| age | decimal number |
None. |
|
| gender | decimal number |
None. |
|
| photo | string |
None. |
|
| mobile_number_one | decimal number |
None. |
|
| mobile_number_two | decimal number |
None. |
|
| email_id | string |
None. |
|
| marital_status | decimal number |
None. |
|
| resume | string |
None. |
|
| total_experience | decimal number |
None. |
|
| doctor_status | decimal number |
None. |
|
| last_updated_by | date |
None. |
|
| Dml_Indicator | string |
None. |
|
| StringResult | string |
None. |
|
| StringMsg | string |
None. |
|
| user_email_id | string |
None. |
|
| product_code | string |
None. |
|
| doctor_user_role_id | string |
None. |
|
| hospital_id | string |
None. |
|
| medical_council_id | string |
None. |
|
| referral_hospital_code_id | string |
None. |
|
| classification | string |
None. |
|
| officer_name | string |
None. |
|
| partner_hospital_name | string |
None. |
|
| hospital_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"doctor_id": "sample string 1",
"doctor_name": "sample string 2",
"speciality": 3.1,
"national_provider_id": "sample string 4",
"qualification": 5.1,
"dob": "2025-12-22T06:43:47.6828049+05:30",
"age": 7.1,
"gender": 8.1,
"photo": "sample string 9",
"mobile_number_one": 10.1,
"mobile_number_two": 11.1,
"email_id": "sample string 12",
"marital_status": 13.1,
"resume": "sample string 14",
"total_experience": 15.1,
"doctor_status": 16.1,
"last_updated_by": "2025-12-22T06:43:47.6837995+05:30",
"Dml_Indicator": "sample string 18",
"StringResult": "sample string 19",
"StringMsg": "sample string 20",
"user_email_id": "sample string 21",
"product_code": "sample string 22",
"doctor_user_role_id": "sample string 23",
"hospital_id": "sample string 24",
"medical_council_id": "sample string 25",
"referral_hospital_code_id": "sample string 26",
"classification": "sample string 27",
"officer_name": "sample string 28",
"partner_hospital_name": "sample string 29",
"hospital_name": "sample string 30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |