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:
[
  "ec001a16-5de0-4d6f-8c9d-bc9338b78e84",
  "b950793a-5b2d-4b06-ad0c-c0c2368a17da",
  "2a3490fc-1eec-420c-a63d-736854bf746f"
]

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>ec001a16-5de0-4d6f-8c9d-bc9338b78e84</guid>
  <guid>b950793a-5b2d-4b06-ad0c-c0c2368a17da</guid>
  <guid>2a3490fc-1eec-420c-a63d-736854bf746f</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>