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:
[ "c31ee5ab-093d-4c19-b13c-f5f6cccdfa1a", "8def0563-ea3f-4de8-a073-cfe2d2551ced", "fce67aa5-4bbd-4ed9-94c7-b482d215c414" ]
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>c31ee5ab-093d-4c19-b13c-f5f6cccdfa1a</guid> <guid>8def0563-ea3f-4de8-a073-cfe2d2551ced</guid> <guid>fce67aa5-4bbd-4ed9-94c7-b482d215c414</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>