POST api/WxQap/Add_WechatMoment
Request Information
URI Parameters
None.
Body Parameters
Qap_WxChat| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Type | integer |
None. |
|
| Content | string |
None. |
|
| IsRelease | integer |
None. |
|
| ImgUrl | string |
None. |
|
| VideoUrl | string |
None. |
|
| TranContent | string |
None. |
|
| TranType | integer |
None. |
|
| ContentLabel | string |
None. |
|
| Country | string |
None. |
|
| Location | string |
None. |
|
| Uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Type": 2,
"Content": "sample string 3",
"IsRelease": 4,
"ImgUrl": "sample string 5",
"VideoUrl": "sample string 6",
"TranContent": "sample string 7",
"TranType": 8,
"ContentLabel": "sample string 9",
"Country": "sample string 10",
"Location": "sample string 11",
"Uid": 12
}
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
}