PUT api/v1/Entities/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NameEn | string |
None. |
|
| NameAr | string |
None. |
|
| Address | string |
None. |
|
| Telephone | string |
None. |
|
| AreaId | integer |
None. |
|
| Area | Area |
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.