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:
[ "31738194-dc03-4bcb-9ad6-75bbe67f7fe4", "b5fb9e88-92d8-4273-9ac3-734ba0a85d25", "2f1fddbd-84d2-4770-a04f-ba2f73ca9896" ]
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>31738194-dc03-4bcb-9ad6-75bbe67f7fe4</guid> <guid>b5fb9e88-92d8-4273-9ac3-734ba0a85d25</guid> <guid>2f1fddbd-84d2-4770-a04f-ba2f73ca9896</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>