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:
[
  "76ad774c-b939-4dc0-bef1-160335a0ac8c",
  "40be81e5-c967-4cbe-88c9-201b6ea0b8a9",
  "fd7ccc93-2acf-4766-94b7-216ae248f08e"
]

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>76ad774c-b939-4dc0-bef1-160335a0ac8c</guid>
  <guid>40be81e5-c967-4cbe-88c9-201b6ea0b8a9</guid>
  <guid>fd7ccc93-2acf-4766-94b7-216ae248f08e</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>