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:
[
  "565d741c-92e0-49a5-9e86-d37ed9eb6078",
  "833125d8-01f9-49bb-9d45-65310884bf6e",
  "35826c9f-e0e3-4b84-a03a-7f8ac4b5aca9"
]

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>565d741c-92e0-49a5-9e86-d37ed9eb6078</guid>
  <guid>833125d8-01f9-49bb-9d45-65310884bf6e</guid>
  <guid>35826c9f-e0e3-4b84-a03a-7f8ac4b5aca9</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>