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:
[
  "7b48a953-db91-4a20-99ad-22ca0489f948",
  "a1ff613d-f3ef-4b59-afff-b34fc1a73a83",
  "87c50dae-3626-41fe-95f8-f65228b7be74"
]

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>7b48a953-db91-4a20-99ad-22ca0489f948</guid>
  <guid>a1ff613d-f3ef-4b59-afff-b34fc1a73a83</guid>
  <guid>87c50dae-3626-41fe-95f8-f65228b7be74</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>