POST api/System.String[]/Report.Report/ActivityThemeAntiAudit

“ActivityThemeAntiAudit”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "027a8c93-8104-49d4-82b5-b6892f6572b3",
  "6dc6c297-717b-4850-ac0d-20c28da26a92",
  "fe1e49de-cb03-496b-a538-8e5427f7c553"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>027a8c93-8104-49d4-82b5-b6892f6572b3</guid>
  <guid>6dc6c297-717b-4850-ac0d-20c28da26a92</guid>
  <guid>fe1e49de-cb03-496b-a538-8e5427f7c553</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>