POST api/System.String[]/Report.Report/ActivityThemeDisabled

“ActivityThemeDisabled”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "1afd2053-715f-4915-a673-74af83beabf0",
  "22cd2b25-a1fd-49d0-b32b-9a14a8564d25",
  "aa956de8-dd85-42c9-9622-b54bc174a643"
]

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>1afd2053-715f-4915-a673-74af83beabf0</guid>
  <guid>22cd2b25-a1fd-49d0-b32b-9a14a8564d25</guid>
  <guid>aa956de8-dd85-42c9-9622-b54bc174a643</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>