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

“ActivityThemeDelete”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "f5948334-1231-4a04-8ca8-822fd45f4dcb",
  "add1fc0c-6307-4a24-ad0b-ec6b0ad59f0e",
  "fb17ea3d-2853-4c76-90d8-cf0df5f38e7c"
]

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>f5948334-1231-4a04-8ca8-822fd45f4dcb</guid>
  <guid>add1fc0c-6307-4a24-ad0b-ec6b0ad59f0e</guid>
  <guid>fb17ea3d-2853-4c76-90d8-cf0df5f38e7c</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>