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:
[
  "b67d8a2d-7b6d-4477-8a71-a4edfa40b5c8",
  "5afedf37-4687-4eea-b890-37f382cc2e22",
  "38c06581-3007-4d70-9a76-d63ba7e1b965"
]

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>b67d8a2d-7b6d-4477-8a71-a4edfa40b5c8</guid>
  <guid>5afedf37-4687-4eea-b890-37f382cc2e22</guid>
  <guid>38c06581-3007-4d70-9a76-d63ba7e1b965</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>