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

“ActivityThemeEnabled”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "3925d6b5-5cdf-44f9-ba4a-26dadc5c07d8",
  "a3b8d220-3999-4ecd-b0d9-60d097bafa32",
  "06982daf-5943-4cac-8706-12a1a2ffbf33"
]

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>3925d6b5-5cdf-44f9-ba4a-26dadc5c07d8</guid>
  <guid>a3b8d220-3999-4ecd-b0d9-60d097bafa32</guid>
  <guid>06982daf-5943-4cac-8706-12a1a2ffbf33</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>