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:
[
  "e557431d-f206-4ab0-befe-dcba7fa1cacb",
  "4fe08691-e62c-42f4-b0b3-2c0bbadb846c",
  "7c48d0bd-3449-498b-bef4-8599152bd3de"
]

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>e557431d-f206-4ab0-befe-dcba7fa1cacb</guid>
  <guid>4fe08691-e62c-42f4-b0b3-2c0bbadb846c</guid>
  <guid>7c48d0bd-3449-498b-bef4-8599152bd3de</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>