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:
[
  "0ec6eb29-e909-4eef-8270-df7ae165dbb2",
  "b76f0c77-e5f9-4529-95ed-f7da423b6d4a",
  "33f55300-77db-4120-83ea-d18b2891bfcc"
]

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>0ec6eb29-e909-4eef-8270-df7ae165dbb2</guid>
  <guid>b76f0c77-e5f9-4529-95ed-f7da423b6d4a</guid>
  <guid>33f55300-77db-4120-83ea-d18b2891bfcc</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>