POST api/System.String[]/Report.Report/ActivityThemeEnabled
“ActivityThemeEnabled”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
themeLst | “themeLst”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "ae7bf15f-51b4-4537-ac8e-196896410660", "e46a9458-fc38-4388-854f-8a981ce6ab73", "691f05b7-f82e-4aa8-a64f-de5fc6970f6c" ]
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>ae7bf15f-51b4-4537-ac8e-196896410660</guid> <guid>e46a9458-fc38-4388-854f-8a981ce6ab73</guid> <guid>691f05b7-f82e-4aa8-a64f-de5fc6970f6c</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>