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:
[
  "57f21c6b-1873-4ec3-8535-0c9bd1c7b19e",
  "8fab2596-b808-45a7-b4cb-2f5efb39a32b",
  "e22a0858-8cd3-4c62-a1df-f4f568108961"
]

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>57f21c6b-1873-4ec3-8535-0c9bd1c7b19e</guid>
  <guid>8fab2596-b808-45a7-b4cb-2f5efb39a32b</guid>
  <guid>e22a0858-8cd3-4c62-a1df-f4f568108961</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>