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:
[
  "4b1e569a-c70b-45a5-a7d5-ec43efd98ee8",
  "6610f608-0549-49f4-ad52-85d17e1ba584",
  "096bcd8d-3d27-4d84-a9ed-80120a4a1314"
]

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>4b1e569a-c70b-45a5-a7d5-ec43efd98ee8</guid>
  <guid>6610f608-0549-49f4-ad52-85d17e1ba584</guid>
  <guid>096bcd8d-3d27-4d84-a9ed-80120a4a1314</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>