POST api/Schedule/Report

Request Information

URI Parameters

None.

Body Parameters

ReportGeneratorRequest
NameDescriptionTypeAdditional information
sGVM

Collection of ScheduleGenerateViewRequestModel

None.

engagementid

integer

None.

engagementname

string

None.

file

string

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sGVM": [
    {
      "ScheduleID": 1,
      "ScheduleName": "sample string 2",
      "DimensionName": "sample string 3",
      "TimeLine": "sample string 4",
      "UnitName": "sample string 5",
      "Entity": "sample string 6",
      "Location": "sample string 7",
      "Department": "sample string 8",
      "DatabookType": "sample string 9",
      "BusinessUnit": "sample string 10",
      "BusinessSegment": "sample string 11",
      "LocationType": "sample string 12",
      "ReportedCurrency": "sample string 13",
      "PreAcquisition": "sample string 14",
      "ReportedVSQofEAdj": "sample string 15",
      "QofEAdjName": "sample string 16",
      "QofEAdjType": "sample string 17",
      "SameSchedule": true,
      "NoOfBlankPeriods": 64,
      "FilterOrder": "sample string 20",
      "CSReportedVsQofE": "sample string 21"
    },
    {
      "ScheduleID": 1,
      "ScheduleName": "sample string 2",
      "DimensionName": "sample string 3",
      "TimeLine": "sample string 4",
      "UnitName": "sample string 5",
      "Entity": "sample string 6",
      "Location": "sample string 7",
      "Department": "sample string 8",
      "DatabookType": "sample string 9",
      "BusinessUnit": "sample string 10",
      "BusinessSegment": "sample string 11",
      "LocationType": "sample string 12",
      "ReportedCurrency": "sample string 13",
      "PreAcquisition": "sample string 14",
      "ReportedVSQofEAdj": "sample string 15",
      "QofEAdjName": "sample string 16",
      "QofEAdjType": "sample string 17",
      "SameSchedule": true,
      "NoOfBlankPeriods": 64,
      "FilterOrder": "sample string 20",
      "CSReportedVsQofE": "sample string 21"
    }
  ],
  "engagementid": 1,
  "engagementname": "sample string 2",
  "file": "sample string 3",
  "EmailAddress": "sample string 4"
}

application/xml, text/xml

Sample:
<ReportGeneratorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPMG.DA.FPI.WebAPI.Models">
  <EmailAddress>sample string 4</EmailAddress>
  <engagementid>1</engagementid>
  <engagementname>sample string 2</engagementname>
  <file>sample string 3</file>
  <sGVM>
    <ScheduleGenerateViewRequestModel>
      <BusinessSegment>sample string 11</BusinessSegment>
      <BusinessUnit>sample string 10</BusinessUnit>
      <CSReportedVsQofE>sample string 21</CSReportedVsQofE>
      <DatabookType>sample string 9</DatabookType>
      <Department>sample string 8</Department>
      <DimensionName>sample string 3</DimensionName>
      <Entity>sample string 6</Entity>
      <FilterOrder>sample string 20</FilterOrder>
      <Location>sample string 7</Location>
      <LocationType>sample string 12</LocationType>
      <NoOfBlankPeriods>64</NoOfBlankPeriods>
      <PreAcquisition>sample string 14</PreAcquisition>
      <QofEAdjName>sample string 16</QofEAdjName>
      <QofEAdjType>sample string 17</QofEAdjType>
      <ReportedCurrency>sample string 13</ReportedCurrency>
      <ReportedVSQofEAdj>sample string 15</ReportedVSQofEAdj>
      <SameSchedule>true</SameSchedule>
      <ScheduleID>1</ScheduleID>
      <ScheduleName>sample string 2</ScheduleName>
      <TimeLine>sample string 4</TimeLine>
      <UnitName>sample string 5</UnitName>
    </ScheduleGenerateViewRequestModel>
    <ScheduleGenerateViewRequestModel>
      <BusinessSegment>sample string 11</BusinessSegment>
      <BusinessUnit>sample string 10</BusinessUnit>
      <CSReportedVsQofE>sample string 21</CSReportedVsQofE>
      <DatabookType>sample string 9</DatabookType>
      <Department>sample string 8</Department>
      <DimensionName>sample string 3</DimensionName>
      <Entity>sample string 6</Entity>
      <FilterOrder>sample string 20</FilterOrder>
      <Location>sample string 7</Location>
      <LocationType>sample string 12</LocationType>
      <NoOfBlankPeriods>64</NoOfBlankPeriods>
      <PreAcquisition>sample string 14</PreAcquisition>
      <QofEAdjName>sample string 16</QofEAdjName>
      <QofEAdjType>sample string 17</QofEAdjType>
      <ReportedCurrency>sample string 13</ReportedCurrency>
      <ReportedVSQofEAdj>sample string 15</ReportedVSQofEAdj>
      <SameSchedule>true</SameSchedule>
      <ScheduleID>1</ScheduleID>
      <ScheduleName>sample string 2</ScheduleName>
      <TimeLine>sample string 4</TimeLine>
      <UnitName>sample string 5</UnitName>
    </ScheduleGenerateViewRequestModel>
  </sGVM>
</ReportGeneratorRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReportGeneratorRequest'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.