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:
[
  "05348b2d-13f2-4ae0-9057-7f678cfe01f1",
  "f7833338-1944-4bbd-9c58-8338a49f76ee",
  "8f676673-ca42-4e09-a740-5c8dd496d362"
]

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>05348b2d-13f2-4ae0-9057-7f678cfe01f1</guid>
  <guid>f7833338-1944-4bbd-9c58-8338a49f76ee</guid>
  <guid>8f676673-ca42-4e09-a740-5c8dd496d362</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>