POST api/WxQap/Add_Question
Request Information
URI Parameters
None.
Body Parameters
WxQapViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Qid | string |
None. |
|
| Title | string |
None. |
|
| CountryId | integer |
None. |
|
| CityId | integer |
None. |
|
| Country | string |
None. |
|
| QuestionType | string |
None. |
|
| StageId | string |
None. |
|
| StageName | string |
None. |
|
| Remark | string |
None. |
|
| ImgUrl | string |
None. |
|
| IsRelease | integer |
None. |
|
| QuestionerId | integer |
None. |
|
| OperationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Qid": "sample string 1",
"Title": "sample string 2",
"CountryId": 3,
"CityId": 4,
"Country": "sample string 5",
"QuestionType": "sample string 6",
"StageId": "sample string 7",
"StageName": "sample string 8",
"Remark": "sample string 9",
"ImgUrl": "sample string 10",
"IsRelease": 11,
"QuestionerId": 12,
"OperationId": 13
}
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
}