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:
[
  "1bf3585e-a359-4bd5-abd1-c7082855f9c0",
  "9787ed1b-7899-4334-b018-ce08743324c8",
  "5dd76a8e-1dff-4d18-97b9-d1a131c86fbb"
]

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>1bf3585e-a359-4bd5-abd1-c7082855f9c0</guid>
  <guid>9787ed1b-7899-4334-b018-ce08743324c8</guid>
  <guid>5dd76a8e-1dff-4d18-97b9-d1a131c86fbb</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>