GET Api/DashBoard/FinancialYearId/{FinancialYearId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FinancialYearId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DashboardCompanyData
NameDescriptionTypeAdditional information
CompanyId

integer

None.

CompanyName

string

None.

TotalTarget

decimal number

None.

TotalTargetAchived

decimal number

None.

TargetAchivedPercentage

decimal number

None.

Rating

decimal number

None.

CompanyData

Collection of CompanyData

None.

Response Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "CompanyName": "sample string 2",
  "TotalTarget": 3.1,
  "TotalTargetAchived": 4.1,
  "TargetAchivedPercentage": 5.1,
  "Rating": 6.1,
  "CompanyData": [
    {
      "CompanyId": 1,
      "CompanyName": "sample string 2",
      "TotalTarget": 3.1,
      "TotalTargetAchived": 4.1,
      "TargetAchivedPercentage": 5.1,
      "Rating": 6.1,
      "CompanyOrder": 7,
      "ChartDataList": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListQuarterly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListMonthly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListAchievedMonthly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ]
    },
    {
      "CompanyId": 1,
      "CompanyName": "sample string 2",
      "TotalTarget": 3.1,
      "TotalTargetAchived": 4.1,
      "TargetAchivedPercentage": 5.1,
      "Rating": 6.1,
      "CompanyOrder": 7,
      "ChartDataList": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListQuarterly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListMonthly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ],
      "ChartDataListAchievedMonthly": [
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        },
        {
          "SlNo": 1,
          "Label": "sample string 2",
          "LabelValue": "sample string 3",
          "Colour": "sample string 4"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<DashboardCompanyData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Morph.Web.Api.ViewModel">
  <CompanyData>
    <CompanyData>
      <ChartDataList>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataList>
      <ChartDataListAchievedMonthly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListAchievedMonthly>
      <ChartDataListMonthly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListMonthly>
      <ChartDataListQuarterly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListQuarterly>
      <CompanyId>1</CompanyId>
      <CompanyName>sample string 2</CompanyName>
      <CompanyOrder>7</CompanyOrder>
      <Rating>6.1</Rating>
      <TargetAchivedPercentage>5.1</TargetAchivedPercentage>
      <TotalTarget>3.1</TotalTarget>
      <TotalTargetAchived>4.1</TotalTargetAchived>
    </CompanyData>
    <CompanyData>
      <ChartDataList>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataList>
      <ChartDataListAchievedMonthly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListAchievedMonthly>
      <ChartDataListMonthly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListMonthly>
      <ChartDataListQuarterly>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
        <ChartData>
          <Colour>sample string 4</Colour>
          <Label>sample string 2</Label>
          <LabelValue>sample string 3</LabelValue>
          <SlNo>1</SlNo>
        </ChartData>
      </ChartDataListQuarterly>
      <CompanyId>1</CompanyId>
      <CompanyName>sample string 2</CompanyName>
      <CompanyOrder>7</CompanyOrder>
      <Rating>6.1</Rating>
      <TargetAchivedPercentage>5.1</TargetAchivedPercentage>
      <TotalTarget>3.1</TotalTarget>
      <TotalTargetAchived>4.1</TotalTargetAchived>
    </CompanyData>
  </CompanyData>
  <CompanyId>1</CompanyId>
  <CompanyName>sample string 2</CompanyName>
  <Rating>6.1</Rating>
  <TargetAchivedPercentage>5.1</TargetAchivedPercentage>
  <TotalTarget>3.1</TotalTarget>
  <TotalTargetAchived>4.1</TotalTargetAchived>
</DashboardCompanyData>