POST api/GovV770/SubmitPoliticsReply
发布评论
Request Information
URI Parameters
None.
Body Parameters
ZaiMieApp.WebApi.ViewModel.PoliticsReply| Name | Description | Type | Additional information |
|---|---|---|---|
| replyId |
回复Id |
integer |
None. |
| newspapergroupId |
租户Id |
integer |
None. |
| institution |
机构 |
ZaiMieApp.WebApi.ViewModel.Institution |
None. |
| politicsId |
问政Id |
integer |
None. |
| content |
回复内容 |
string |
None. |
| createDate |
创建时间 |
string |
None. |
| replyPoliticsReplyId |
被回评的评论Id |
integer |
None. |
| repliedUserinfo |
被回评的用户 |
ZaiMieApp.WebApi.ViewModel.SimpleUserInfoView |
None. |
| userinfo |
用户 |
ZaiMieApp.WebApi.ViewModel.SimpleUserInfoView |
None. |
| sign | string |
None. |
|
| stamp | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| addcoin |
赠送的金币 |
integer |
None. |
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": 2,
"addcoin": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ResultMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel"> <addcoin>3</addcoin> <code>2</code> <message>sample string 4</message> <success>true</success> </ResultMsg>