POST api/questions/PostResponse
醫師回答問題
Request Information
URI Parameters
None.
Body Parameters
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PostId | integer |
Required |
|
| DivisionId | integer |
None. |
|
| Content | string |
Required String length: inclusive between 0 and 2000 |
|
| MemberId | integer |
None. |
|
| Nickname | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PostId": 1,
"DivisionId": 2,
"Content": "sample string 3",
"MemberId": 4,
"Nickname": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PostId | integer |
Required |
|
| DivisionId | integer |
None. |
|
| Content | string |
Required String length: inclusive between 0 and 2000 |
|
| MemberId | integer |
None. |
|
| Nickname | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PostId": 1,
"DivisionId": 2,
"Content": "sample string 3",
"MemberId": 4,
"Nickname": "sample string 5"
}