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:
[ "2e2839d2-5e84-4b5e-9139-7d2c1299e926", "2ec5326e-de0d-447e-b382-50a74e9980ec", "ef296e16-0368-4c0f-821c-a64883c9e602" ]
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>2e2839d2-5e84-4b5e-9139-7d2c1299e926</guid> <guid>2ec5326e-de0d-447e-b382-50a74e9980ec</guid> <guid>ef296e16-0368-4c0f-821c-a64883c9e602</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>