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:
[ "3094f985-0196-41cf-b6f6-5258e53c6ff3", "9867649c-ed5b-4763-96e9-5ad7f8f883e5", "80c78141-4dfa-423f-ac0d-23680e754b35" ]
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>3094f985-0196-41cf-b6f6-5258e53c6ff3</guid> <guid>9867649c-ed5b-4763-96e9-5ad7f8f883e5</guid> <guid>80c78141-4dfa-423f-ac0d-23680e754b35</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>