POST api/GetExecutiveFSInvsPayAppsMonthlyValue
Request Information
URI Parameters
None.
Body Parameters
DateSrchParms| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| DefaultVendorFromDate | date |
None. |
|
| DefaultVendorToDate | date |
None. |
|
| FiscalYear | string |
None. |
|
| SearchText | string |
None. |
|
| FromFY | string |
None. |
|
| ToFY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2025-11-01T00:46:44.169369-04:00",
"ToDate": "2025-11-01T00:46:44.169369-04:00",
"DefaultVendorFromDate": "2025-11-01T00:46:44.169369-04:00",
"DefaultVendorToDate": "2025-11-01T00:46:44.169369-04:00",
"FiscalYear": "sample string 1",
"SearchText": "sample string 2",
"FromFY": "sample string 3",
"ToFY": "sample string 4"
}
application/xml, text/xml
Sample:
<DateSrchParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <DefaultVendorFromDate>2025-11-01T00:46:44.169369-04:00</DefaultVendorFromDate> <DefaultVendorToDate>2025-11-01T00:46:44.169369-04:00</DefaultVendorToDate> <FiscalYear>sample string 1</FiscalYear> <FromDate>2025-11-01T00:46:44.169369-04:00</FromDate> <FromFY>sample string 3</FromFY> <SearchText>sample string 2</SearchText> <ToDate>2025-11-01T00:46:44.169369-04:00</ToDate> <ToFY>sample string 4</ToFY> </DateSrchParms>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>