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:
[
  "25619d92-d34b-40e4-9f56-c9a7cd5314a1",
  "b0444acf-1eb6-4db5-aeec-c1f2e6a2e9e4",
  "0add5aec-dca3-46b0-bf80-ca495227d0ff"
]

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>25619d92-d34b-40e4-9f56-c9a7cd5314a1</guid>
  <guid>b0444acf-1eb6-4db5-aeec-c1f2e6a2e9e4</guid>
  <guid>0add5aec-dca3-46b0-bf80-ca495227d0ff</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>