POST api/System.String[]/Report.Report/PlugReport
“PlugReport”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
postdata | “postdata”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TypeFullName": "sample string 1", "QueryParams": { "sample string 1": {}, "sample string 3": {}, "sample string 5": {} } }
application/xml, text/xml
Sample:
<PluginPostDataEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <QueryParams xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 5</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </QueryParams> <TypeFullName>sample string 1</TypeFullName> </PluginPostDataEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "ResultData": {} }
application/xml, text/xml
Sample:
<PluginResultDataEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <ResultData /> </PluginResultDataEntity>