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:
[
  "ec2a3fb7-4785-4938-854d-c7be331bee98",
  "1f4db3a8-bec1-427f-adb6-88c2dacfa3ba",
  "d2134ef3-a272-4dd7-ab73-6e1d56d8e00b"
]

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>ec2a3fb7-4785-4938-854d-c7be331bee98</guid>
  <guid>1f4db3a8-bec1-427f-adb6-88c2dacfa3ba</guid>
  <guid>d2134ef3-a272-4dd7-ab73-6e1d56d8e00b</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>