POST api/MedCenters/MedCenterCommentAdd
Мед Центр коммент добавить, требуется авторизация
Request Information
URI Parameters
None.
Body Parameters
Коммент
MedCenterCommentAddDataName | Description | Type | Additional information |
---|---|---|---|
description |
Текст |
string |
String length: inclusive between 0 and 500 |
medcenter_rid |
Пост |
integer |
Required |
rating |
Пост |
decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "description": "sample string 1", "medcenter_rid": 1, "rating": 1.0 }
text/html
Sample:
{"description":"sample string 1","medcenter_rid":1,"rating":1.0}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |