POST api/System.String[]/Report.Report/ActivityThemeAudit
“ActivityThemeAudit”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| themeLst | “themeLst”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "4eee8ea2-fc64-480c-9464-b286fb7e30aa", "6bfe9225-1714-4588-abf6-cdf43ed8173a", "88423641-afd7-4ba9-bb26-6f517694dc04" ]
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>4eee8ea2-fc64-480c-9464-b286fb7e30aa</guid> <guid>6bfe9225-1714-4588-abf6-cdf43ed8173a</guid> <guid>88423641-afd7-4ba9-bb26-6f517694dc04</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>