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:
[
  "68066958-53c0-44bf-a92f-0ecd4aa9c70d",
  "a1225578-5daa-478e-b71d-c1d9bb367682",
  "bc3ea4f0-9674-43e3-8119-e28ed8a14eb7"
]

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>68066958-53c0-44bf-a92f-0ecd4aa9c70d</guid>
  <guid>a1225578-5daa-478e-b71d-c1d9bb367682</guid>
  <guid>bc3ea4f0-9674-43e3-8119-e28ed8a14eb7</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>