POST api/Feeds/ReportPost
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
report | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PostId": 1, "UserId": 2, "Comments": "sample string 3", "CommentId": 4, "ProviderKey": "sample string 5", "ReportedPostID": 6, "ReviewerComments": "sample string 7", "IsReportApproved": true }
multipart/form-data
Sample:
{"PostId":1,"UserId":2,"Comments":"sample string 3","CommentId":4,"ProviderKey":"sample string 5","ReportedPostID":6,"ReviewerComments":"sample string 7","IsReportApproved":true}
application/xml, text/xml
Sample:
<ReportPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic"> <CommentId>4</CommentId> <Comments>sample string 3</Comments> <IsReportApproved>true</IsReportApproved> <PostId>1</PostId> <ProviderKey>sample string 5</ProviderKey> <ReportedPostID>6</ReportedPostID> <ReviewerComments>sample string 7</ReviewerComments> <UserId>2</UserId> </ReportPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.