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:
[ "9e5b9511-ade5-4e39-8324-6c713a39cbd8", "e8d61294-017a-411f-b62e-40cab515e921", "b00ac2d2-665d-4499-9172-3f1f54f1bee7" ]
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>9e5b9511-ade5-4e39-8324-6c713a39cbd8</guid> <guid>e8d61294-017a-411f-b62e-40cab515e921</guid> <guid>b00ac2d2-665d-4499-9172-3f1f54f1bee7</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>