PUT api/v1/Doctors/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
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
None.