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:
[
  "db59aed6-c6e5-4926-9572-066a08d9135c",
  "0b16aff1-93c4-4b7f-9bfb-40540e044d90",
  "970fe514-8c2b-4e3b-ad51-1e12514bd760"
]

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>db59aed6-c6e5-4926-9572-066a08d9135c</guid>
  <guid>0b16aff1-93c4-4b7f-9bfb-40540e044d90</guid>
  <guid>970fe514-8c2b-4e3b-ad51-1e12514bd760</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>