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:
[
  "a61a9fb0-beca-4fda-bf8a-e1ea0d4eb441",
  "b5031496-35a8-40d3-9f82-6aad07ef0eaa",
  "f5d966b6-2f12-45ff-8370-ec83f6867bd1"
]

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>a61a9fb0-beca-4fda-bf8a-e1ea0d4eb441</guid>
  <guid>b5031496-35a8-40d3-9f82-6aad07ef0eaa</guid>
  <guid>f5d966b6-2f12-45ff-8370-ec83f6867bd1</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>