POST api/Report/AddReport
发起举报(6000
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| report |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ReportType": 0,
"TargetId": "30866a59-f00a-45a4-99c8-13e4ec8b1032",
"ReasonType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}