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:
[
  "adbce74e-e604-485c-b910-0adf2a428ceb",
  "9def1bd1-97f9-4034-9b5d-4f1ec656ca87",
  "0ae05778-25cc-4af9-aa3a-238ba29131a4"
]

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>adbce74e-e604-485c-b910-0adf2a428ceb</guid>
  <guid>9def1bd1-97f9-4034-9b5d-4f1ec656ca87</guid>
  <guid>0ae05778-25cc-4af9-aa3a-238ba29131a4</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>