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:
[
  "594c3e6f-eca6-4969-b344-489bd1f7cef1",
  "b85d3312-c017-45a0-b68d-e8fcdb79912a",
  "f22f10f0-b96e-499b-af65-1be4a5d0c6fe"
]

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>594c3e6f-eca6-4969-b344-489bd1f7cef1</guid>
  <guid>b85d3312-c017-45a0-b68d-e8fcdb79912a</guid>
  <guid>f22f10f0-b96e-499b-af65-1be4a5d0c6fe</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>