POST api/System.String[]/Report.Report/ActivityThemeAudit

“ActivityThemeAudit”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "66a51c29-d708-4329-8525-2be462906420",
  "5059ab16-c870-417a-a510-812ee6cb1ca1",
  "1c1b42ef-a2fc-43c5-ba14-f1dfc774d18e"
]

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>66a51c29-d708-4329-8525-2be462906420</guid>
  <guid>5059ab16-c870-417a-a510-812ee6cb1ca1</guid>
  <guid>1c1b42ef-a2fc-43c5-ba14-f1dfc774d18e</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>