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": "3396b1d2-1b46-470d-b996-14514d7086c1",
"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"
}