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:
[ "3a0f2520-d48f-49f9-8ca1-62cd11e58fa1", "23bbade5-8429-426b-9d2c-f9afc1bd3e0b", "b3ac5edf-6569-4323-839b-b8047c6d2cc6" ]
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>3a0f2520-d48f-49f9-8ca1-62cd11e58fa1</guid> <guid>23bbade5-8429-426b-9d2c-f9afc1bd3e0b</guid> <guid>b3ac5edf-6569-4323-839b-b8047c6d2cc6</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>