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:
[
  "0cda716e-3114-468c-b0c3-875c31b6ebb3",
  "ad7f6d35-5b78-4386-a3ed-0fdc6acf82a8",
  "8f929246-d104-44b3-993e-4153ab529348"
]

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>0cda716e-3114-468c-b0c3-875c31b6ebb3</guid>
  <guid>ad7f6d35-5b78-4386-a3ed-0fdc6acf82a8</guid>
  <guid>8f929246-d104-44b3-993e-4153ab529348</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>