POST api/System.String[]/Report.Report/ActivityThemeAntiAudit
“ActivityThemeAntiAudit”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| themeLst | “themeLst”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "868eb599-b5c8-4e25-983e-687959b37913", "79f5f8f9-736f-4c14-9d6f-1b18563d3f41", "b2b71ae8-59c8-4355-8390-2072367bcfee" ]
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>868eb599-b5c8-4e25-983e-687959b37913</guid> <guid>79f5f8f9-736f-4c14-9d6f-1b18563d3f41</guid> <guid>b2b71ae8-59c8-4355-8390-2072367bcfee</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>