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:
[ "cecb54a4-fb8d-4fb9-af67-0a3fe9d369f8", "86cdef89-fa11-42f8-a9df-ed79154945e1", "7855ddf2-ebd1-49c1-9fcb-f76b0e13d0ed" ]
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>cecb54a4-fb8d-4fb9-af67-0a3fe9d369f8</guid> <guid>86cdef89-fa11-42f8-a9df-ed79154945e1</guid> <guid>7855ddf2-ebd1-49c1-9fcb-f76b0e13d0ed</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>