POST api/Report/AddReport

发起举报(6000

Request Information

Parameters

NameDescriptionAdditional information
report

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ReportType": 0,
  "TargetId": "b02fb78a-b268-41fd-999d-65e174013e46",
  "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"
}