GET api/GetExecutiveDashboardInvoicesAmountData/{fromFY}/{toFY}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromFY | string |
Required |
|
| toFY | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ExecutiveInvoicesData| Name | Description | Type | Additional information |
|---|---|---|---|
| Professionals | Collection of ColumnChartData |
None. |
|
| OtherInvoice | Collection of ColumnChartData |
None. |
|
| ConstructionPAs | Collection of ColumnChartData |
None. |
|
| InvoiceSection | Collection of InvoiceSectionData |
None. |
|
| PAAmount | Collection of PAAmounts |
None. |
|
| InvoiceAmount | Collection of InvoiceAmounts |
None. |
Response Formats
application/json, text/json
Sample:
{
"Professionals": [
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
},
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
}
],
"OtherInvoice": [
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
},
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
}
],
"ConstructionPAs": [
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
},
{
"x": "sample string 1",
"y": 2.1,
"z": 3.1,
"text": "sample string 4",
"RangeMaxValue": 5,
"RangeInterval": 6,
"value": "sample string 7",
"fill": "sample string 8",
"Amount": 9.0
}
],
"InvoiceSection": [
{
"Month": "sample string 1",
"InvoiceCnt": 2,
"OtherInvoiceCnt": 3,
"PayAppsCnt": 4,
"InvoiceAmt": 5.0,
"OtherInvoiceAmt": 6.0,
"PayAppsAmt": 7.0,
"InvoiceAmtTotal": 8.0,
"OtherInvoiceAmtTotal": 9.0,
"PayAppsAmtTotal": 10.0
},
{
"Month": "sample string 1",
"InvoiceCnt": 2,
"OtherInvoiceCnt": 3,
"PayAppsCnt": 4,
"InvoiceAmt": 5.0,
"OtherInvoiceAmt": 6.0,
"PayAppsAmt": 7.0,
"InvoiceAmtTotal": 8.0,
"OtherInvoiceAmtTotal": 9.0,
"PayAppsAmtTotal": 10.0
}
],
"PAAmount": [
{
"PEDate": "sample string 1",
"SumofAmtPaid": 2.0,
"YearSubst": 3,
"MonthSubst": 4
},
{
"PEDate": "sample string 1",
"SumofAmtPaid": 2.0,
"YearSubst": 3,
"MonthSubst": 4
}
],
"InvoiceAmount": [
{
"PEDate": "sample string 1",
"SumofAmtPaid": 2.0,
"YearSubst": 3,
"MonthSubst": 4
},
{
"PEDate": "sample string 1",
"SumofAmtPaid": 2.0,
"YearSubst": 3,
"MonthSubst": 4
}
]
}
application/xml, text/xml
Sample:
<ExecutiveInvoicesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ConstructionPAs>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
</ConstructionPAs>
<InvoiceAmount>
<InvoiceAmounts>
<MonthSubst>4</MonthSubst>
<PEDate>sample string 1</PEDate>
<SumofAmtPaid>2</SumofAmtPaid>
<YearSubst>3</YearSubst>
</InvoiceAmounts>
<InvoiceAmounts>
<MonthSubst>4</MonthSubst>
<PEDate>sample string 1</PEDate>
<SumofAmtPaid>2</SumofAmtPaid>
<YearSubst>3</YearSubst>
</InvoiceAmounts>
</InvoiceAmount>
<InvoiceSection>
<InvoiceSectionData>
<InvoiceAmt>5</InvoiceAmt>
<InvoiceAmtTotal>8</InvoiceAmtTotal>
<InvoiceCnt>2</InvoiceCnt>
<Month>sample string 1</Month>
<OtherInvoiceAmt>6</OtherInvoiceAmt>
<OtherInvoiceAmtTotal>9</OtherInvoiceAmtTotal>
<OtherInvoiceCnt>3</OtherInvoiceCnt>
<PayAppsAmt>7</PayAppsAmt>
<PayAppsAmtTotal>10</PayAppsAmtTotal>
<PayAppsCnt>4</PayAppsCnt>
</InvoiceSectionData>
<InvoiceSectionData>
<InvoiceAmt>5</InvoiceAmt>
<InvoiceAmtTotal>8</InvoiceAmtTotal>
<InvoiceCnt>2</InvoiceCnt>
<Month>sample string 1</Month>
<OtherInvoiceAmt>6</OtherInvoiceAmt>
<OtherInvoiceAmtTotal>9</OtherInvoiceAmtTotal>
<OtherInvoiceCnt>3</OtherInvoiceCnt>
<PayAppsAmt>7</PayAppsAmt>
<PayAppsAmtTotal>10</PayAppsAmtTotal>
<PayAppsCnt>4</PayAppsCnt>
</InvoiceSectionData>
</InvoiceSection>
<OtherInvoice>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
</OtherInvoice>
<PAAmount>
<PAAmounts>
<MonthSubst>4</MonthSubst>
<PEDate>sample string 1</PEDate>
<SumofAmtPaid>2</SumofAmtPaid>
<YearSubst>3</YearSubst>
</PAAmounts>
<PAAmounts>
<MonthSubst>4</MonthSubst>
<PEDate>sample string 1</PEDate>
<SumofAmtPaid>2</SumofAmtPaid>
<YearSubst>3</YearSubst>
</PAAmounts>
</PAAmount>
<Professionals>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
<ColumnChartData>
<Amount>9</Amount>
<RangeInterval>6</RangeInterval>
<RangeMaxValue>5</RangeMaxValue>
<fill>sample string 8</fill>
<text>sample string 4</text>
<value>sample string 7</value>
<x>sample string 1</x>
<y>2.1</y>
<z>3.1</z>
</ColumnChartData>
</Professionals>
</ExecutiveInvoicesData>