POST api/System.String[]/Report.Report/ActivityThemeClearMobile

“ActivityThemeClearMobile”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "f1da661c-0432-46f5-8f60-88017711f88f",
  "a6349479-fc4c-490a-9294-c73ed71be01c",
  "963733d4-f2b2-4b59-9d2e-9e8efd2584fc"
]

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>f1da661c-0432-46f5-8f60-88017711f88f</guid>
  <guid>a6349479-fc4c-490a-9294-c73ed71be01c</guid>
  <guid>963733d4-f2b2-4b59-9d2e-9e8efd2584fc</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>