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:
[
  "52ce7685-ab85-4ffb-b8b3-e2c42462254f",
  "7ff074d2-2bc1-4a9c-9d01-d897a123e8d8",
  "00e08703-f402-403b-a697-cdc74b3d786d"
]

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>52ce7685-ab85-4ffb-b8b3-e2c42462254f</guid>
  <guid>7ff074d2-2bc1-4a9c-9d01-d897a123e8d8</guid>
  <guid>00e08703-f402-403b-a697-cdc74b3d786d</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>