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

“ActivityThemeDisabled”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeLst
“themeLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "773c8aa2-58b6-4663-bb09-9aebf9249afe",
  "04f9c283-e18e-47d9-9e94-472ce1481140",
  "fc520f30-4609-45dc-a436-836b750fa15f"
]

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>773c8aa2-58b6-4663-bb09-9aebf9249afe</guid>
  <guid>04f9c283-e18e-47d9-9e94-472ce1481140</guid>
  <guid>fc520f30-4609-45dc-a436-836b750fa15f</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>