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:
[
  "1df1c500-56f5-41f0-af1f-e0b8b759168a",
  "4bb79455-3a9b-4846-a37c-20e3a2dcf225",
  "36bb4d7e-833a-4366-b24e-2e691a9e6c85"
]

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>1df1c500-56f5-41f0-af1f-e0b8b759168a</guid>
  <guid>4bb79455-3a9b-4846-a37c-20e3a2dcf225</guid>
  <guid>36bb4d7e-833a-4366-b24e-2e691a9e6c85</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>