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:
[
  "d14d7482-12d2-4ea8-9dcc-629e5cead25a",
  "60e27da4-4e72-4529-a704-b5713691f34d",
  "9977a1f4-677a-4e76-b13f-9738507a390b"
]

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>d14d7482-12d2-4ea8-9dcc-629e5cead25a</guid>
  <guid>60e27da4-4e72-4529-a704-b5713691f34d</guid>
  <guid>9977a1f4-677a-4e76-b13f-9738507a390b</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>