POST api/System.String[]/Report.Report/ActivityThemeAudit

“ActivityThemeAudit”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "e3baa14d-ee38-417b-bbe2-2215c36821d1",
  "84066f4c-0715-4980-98af-a9258651ddac",
  "9e313535-25ee-44fc-84a0-27762055b207"
]

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>e3baa14d-ee38-417b-bbe2-2215c36821d1</guid>
  <guid>84066f4c-0715-4980-98af-a9258651ddac</guid>
  <guid>9e313535-25ee-44fc-84a0-27762055b207</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>