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:
[ "d52821c4-2302-4b34-9469-47e20b59ed65", "c7b79be8-b22b-4e77-909a-13409eecb2cd", "dead601b-8622-42e4-a380-915bbd85c59e" ]
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>d52821c4-2302-4b34-9469-47e20b59ed65</guid> <guid>c7b79be8-b22b-4e77-909a-13409eecb2cd</guid> <guid>dead601b-8622-42e4-a380-915bbd85c59e</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>