POST api/System.String[]/Report.Report/ActivityThemeDisabled
“ActivityThemeDisabled”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| themeLst | “themeLst”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "08c95eff-a9a4-45e8-94f0-7bc0a2082467", "6b7c93a1-bfa4-4ad7-800a-efcf00551e7a", "65277ec1-3d92-43a9-93bb-11f3c5cba6bb" ]
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>08c95eff-a9a4-45e8-94f0-7bc0a2082467</guid> <guid>6b7c93a1-bfa4-4ad7-800a-efcf00551e7a</guid> <guid>65277ec1-3d92-43a9-93bb-11f3c5cba6bb</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>