OPTIONS api/Reports/ExportToExcel

Request Information

URI Parameters

None.

Body Parameters

ExportReportModel
NameDescriptionTypeAdditional information
report

ReportModel

None.

serverUrl

string

None.

username

string

None.

password

string

None.

GlobalDataID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "report": {
    "ID": "sample string 1",
    "Path": "sample string 2",
    "Name": "sample string 3",
    "URL": "sample string 4",
    "StartPage": 5,
    "Parameters": [
      {
        "Key": "sample string 1",
        "Value": "sample string 2",
        "DisplayName": "sample string 3",
        "Type": "sample string 4",
        "OptiopnValues": [
          {
            "Key": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Key": "sample string 1",
            "Value": "sample string 2"
          }
        ]
      },
      {
        "Key": "sample string 1",
        "Value": "sample string 2",
        "DisplayName": "sample string 3",
        "Type": "sample string 4",
        "OptiopnValues": [
          {
            "Key": "sample string 1",
            "Value": "sample string 2"
          },
          {
            "Key": "sample string 1",
            "Value": "sample string 2"
          }
        ]
      }
    ]
  },
  "serverUrl": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "GlobalDataID": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

None.