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:
[
  "27493998-f784-4836-a950-cf7ef3d72084",
  "6621c596-9ade-4924-b0f9-3aa565440a45",
  "ad996dfc-8a59-4596-ba4e-2c3678c01f75"
]

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>27493998-f784-4836-a950-cf7ef3d72084</guid>
  <guid>6621c596-9ade-4924-b0f9-3aa565440a45</guid>
  <guid>ad996dfc-8a59-4596-ba4e-2c3678c01f75</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>