POST api/System.String[]/Report.Report/ActivityThemeClearMobile
“ActivityThemeClearMobile”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| themeLst | “themeLst”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "3af5cf21-131f-4669-9c99-ba097a4abade", "4ca30285-2c59-413c-b53b-91b6c901bfdb", "c1e2bef1-818a-4109-b972-70a9424d55c2" ]
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>3af5cf21-131f-4669-9c99-ba097a4abade</guid> <guid>4ca30285-2c59-413c-b53b-91b6c901bfdb</guid> <guid>c1e2bef1-818a-4109-b972-70a9424d55c2</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>