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:
[
  "1895396f-09f4-4c0b-ae17-ee45077cf2bf",
  "522275cb-0c6a-4110-96c9-e78f44cbad0a",
  "901bc7db-9c2d-45a3-aaa4-b96d3a409acb"
]

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>1895396f-09f4-4c0b-ae17-ee45077cf2bf</guid>
  <guid>522275cb-0c6a-4110-96c9-e78f44cbad0a</guid>
  <guid>901bc7db-9c2d-45a3-aaa4-b96d3a409acb</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>