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:
[
  "20b97254-ba01-4a4c-9b6f-b6a46407a249",
  "cf38d247-1185-4f81-9667-72eec72819e8",
  "7a5e0a15-fc31-484b-a9d8-1581f63026a5"
]

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>20b97254-ba01-4a4c-9b6f-b6a46407a249</guid>
  <guid>cf38d247-1185-4f81-9667-72eec72819e8</guid>
  <guid>7a5e0a15-fc31-484b-a9d8-1581f63026a5</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>