POST api/WxQap/Get_QuestionList
Request Information
URI Parameters
None.
Body Parameters
QapQuestionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| CountryList | Collection of string |
None. |
|
| QuestionTypeList | Collection of string |
None. |
|
| CountryId | integer |
None. |
|
| CityId | integer |
None. |
|
| ProductLine | integer |
None. |
|
| KeyWord | string |
None. |
|
| QuestionType | string |
None. |
|
| Uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"CountryList": [
"sample string 1",
"sample string 2"
],
"QuestionTypeList": [
"sample string 1",
"sample string 2"
],
"CountryId": 3,
"CityId": 4,
"ProductLine": 5,
"KeyWord": "sample string 6",
"QuestionType": "sample string 7",
"Uid": 1
}
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
}