POST api/v1/Doctors
Request Information
URI Parameters
None.
Body Parameters
Doctor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| SpecialityId | integer |
None. |
|
| Speciality | Speciality |
None. |
|
| DoctorVsEntities | Collection of DoctorVsEntity |
None. |
|
| Visits | Collection of Visit |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Doctor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| SpecialityId | integer |
None. |
|
| Speciality | Speciality |
None. |
|
| DoctorVsEntities | Collection of DoctorVsEntity |
None. |
|
| Visits | Collection of Visit |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: