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:
[ "9ba3e554-a685-42e7-ab22-81f8e04ec5cb", "ce1bbeb9-4f6a-44fa-ac71-75725a4ba694", "27f6cb9f-49d0-4fd8-a2b9-66ad40bf4040" ]
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>9ba3e554-a685-42e7-ab22-81f8e04ec5cb</guid> <guid>ce1bbeb9-4f6a-44fa-ac71-75725a4ba694</guid> <guid>27f6cb9f-49d0-4fd8-a2b9-66ad40bf4040</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>