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:
[
  "0115a90f-0566-41c6-8c5d-bd7258f549f7",
  "eeb5c0f3-b636-4c6f-81d2-7b99e1cd6ef8",
  "83b0d5c4-66e5-4167-b61c-b3c231f8b4a2"
]

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>0115a90f-0566-41c6-8c5d-bd7258f549f7</guid>
  <guid>eeb5c0f3-b636-4c6f-81d2-7b99e1cd6ef8</guid>
  <guid>83b0d5c4-66e5-4167-b61c-b3c231f8b4a2</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>