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:
[
  "6b197ed1-9539-4822-b54d-ac5b0132a168",
  "a0fc0b9b-bc9e-4d0d-b141-7b87accc3515",
  "42d934dd-97dc-4d26-af8c-5e6fc2642034"
]

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>6b197ed1-9539-4822-b54d-ac5b0132a168</guid>
  <guid>a0fc0b9b-bc9e-4d0d-b141-7b87accc3515</guid>
  <guid>42d934dd-97dc-4d26-af8c-5e6fc2642034</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>