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:
[
  "cc739150-68c9-4fa5-8e9c-2b838c15d808",
  "e370e1ec-4086-4d3d-8866-d645239901f3",
  "223f6e5a-880d-4200-9432-6acc0a468e02"
]

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>cc739150-68c9-4fa5-8e9c-2b838c15d808</guid>
  <guid>e370e1ec-4086-4d3d-8866-d645239901f3</guid>
  <guid>223f6e5a-880d-4200-9432-6acc0a468e02</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>