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:
[
  "728624e0-fda6-47bf-a582-e5765343b9cd",
  "8707c7b2-4cf2-414f-bda5-31e07a7939ff",
  "dbac37de-47ea-42bf-b901-a42261aa7bbe"
]

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>728624e0-fda6-47bf-a582-e5765343b9cd</guid>
  <guid>8707c7b2-4cf2-414f-bda5-31e07a7939ff</guid>
  <guid>dbac37de-47ea-42bf-b901-a42261aa7bbe</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>