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:
[ "7a3d2929-82af-4f37-9877-5888024d1c10", "c17fb7bc-b9cc-46f8-a472-70a2c276d874", "410cf9ed-05ca-4717-8318-d77ef7dc0992" ]
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>7a3d2929-82af-4f37-9877-5888024d1c10</guid> <guid>c17fb7bc-b9cc-46f8-a472-70a2c276d874</guid> <guid>410cf9ed-05ca-4717-8318-d77ef7dc0992</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>