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:
[
  "79a589aa-5c6d-4789-b1b7-635f151bccd2",
  "e45303be-bc31-45bf-bacf-64cbdfe456a7",
  "f10fcb1c-39c1-4c9a-8427-7ef4be8e2d0b"
]

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>79a589aa-5c6d-4789-b1b7-635f151bccd2</guid>
  <guid>e45303be-bc31-45bf-bacf-64cbdfe456a7</guid>
  <guid>f10fcb1c-39c1-4c9a-8427-7ef4be8e2d0b</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>