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:
[
  "cadb57eb-2a28-4567-8411-c478318890dc",
  "6da84a26-6bb6-4cae-aef3-ae16e1a4788b",
  "5d164c93-5552-4555-a7e1-32ff1c42b9d3"
]

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>cadb57eb-2a28-4567-8411-c478318890dc</guid>
  <guid>6da84a26-6bb6-4cae-aef3-ae16e1a4788b</guid>
  <guid>5d164c93-5552-4555-a7e1-32ff1c42b9d3</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>