POST api/WxQapTopicDiscuss/Post
Request Information
URI Parameters
None.
Body Parameters
Qap_ReqTopicDiscuss| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| TopicId | string |
None. |
|
| Title | string |
None. |
|
| CountryId | integer |
None. |
|
| CityId | integer |
None. |
|
| SchoolId | integer |
None. |
|
| Label | string |
None. |
|
| ImgUrl | string |
None. |
|
| Content | string |
None. |
|
| ContentText | string |
None. |
|
| ReferenceLink | string |
None. |
|
| IsRelease | integer |
None. |
|
| UserId | integer |
None. |
|
| StageId | string |
None. |
|
| StageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"TopicId": "sample string 2",
"Title": "sample string 3",
"CountryId": 4,
"CityId": 5,
"SchoolId": 6,
"Label": "sample string 7",
"ImgUrl": "sample string 8",
"Content": "sample string 9",
"ContentText": "sample string 10",
"ReferenceLink": "sample string 11",
"IsRelease": 12,
"UserId": 13,
"StageId": "sample string 14",
"StageName": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| succ | boolean |
None. |
|
| msg | string |
None. |
|
| results | Object |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
|
| page | integer |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"succ": true,
"msg": "sample string 2",
"results": {},
"data": {},
"count": 5,
"page": 6,
"code": 7
}