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:
[ "2c02d575-2ab9-441a-b2ab-982d82153570", "3a31ef92-db3e-461b-bda5-cd1a66beccc0", "42052722-043e-4f1b-9142-40ebedece5de" ]
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>2c02d575-2ab9-441a-b2ab-982d82153570</guid> <guid>3a31ef92-db3e-461b-bda5-cd1a66beccc0</guid> <guid>42052722-043e-4f1b-9142-40ebedece5de</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>