POST PluginReport/RenderReport

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ReportId": "sample string 1",
  "ReportType": 2,
  "AssemblyName": "sample string 2",
  "ClassName": "sample string 3",
  "StoredProcedureName": "sample string 4",
  "ExportData": true,
  "Parameters": {
    "sample string 1": {
      "ParameterName": "sample string 1",
      "Value": {}
    },
    "sample string 2": {
      "ParameterName": "sample string 1",
      "Value": {}
    },
    "sample string 3": {
      "ParameterName": "sample string 1",
      "Value": {}
    }
  }
}

application/xml, text/xml

Sample:
<PluginReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <AssemblyName>sample string 2</AssemblyName>
  <ClassName>sample string 3</ClassName>
  <ExportData>true</ExportData>
  <Parameters xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>
        <ParameterName>sample string 1</ParameterName>
        <Value />
      </d2p1:Value>
    </d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
    <d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value>
        <ParameterName>sample string 1</ParameterName>
        <Value />
      </d2p1:Value>
    </d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
    <d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>
        <ParameterName>sample string 1</ParameterName>
        <Value />
      </d2p1:Value>
    </d2p1:KeyValueOfstringPluginReportParameterx0Ggr1wl>
  </Parameters>
  <ReportId>sample string 1</ReportId>
  <ReportType>RdlcFile</ReportType>
  <StoredProcedureName>sample string 4</StoredProcedureName>
</PluginReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.