GET api/Calculation?years={years}&grouping={grouping}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
years | No documentation available. |
Define this parameter in the request URI. |
grouping | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Date": "14/03/2025 09:15", "CostsThisYear": 2.0, "CostTotal": 3.0, "IncomeTotal": 4.0, "IncomeThisYear": 5.0, "Cashflow": 1.0, "CashflowThisYear": 3.0, "CashFlowAfterIndexation": 6.0, "DebtTotal": 7.0, "PropertyTotal": 8.0, "DebtPropertyTotal": 1.0, "Total": 7.0 }, { "Date": "14/03/2025 09:15", "CostsThisYear": 2.0, "CostTotal": 3.0, "IncomeTotal": 4.0, "IncomeThisYear": 5.0, "Cashflow": 1.0, "CashflowThisYear": 3.0, "CashFlowAfterIndexation": 6.0, "DebtTotal": 7.0, "PropertyTotal": 8.0, "DebtPropertyTotal": 1.0, "Total": 7.0 }, { "Date": "14/03/2025 09:15", "CostsThisYear": 2.0, "CostTotal": 3.0, "IncomeTotal": 4.0, "IncomeThisYear": 5.0, "Cashflow": 1.0, "CashflowThisYear": 3.0, "CashFlowAfterIndexation": 6.0, "DebtTotal": 7.0, "PropertyTotal": 8.0, "DebtPropertyTotal": 1.0, "Total": 7.0 } ]
application/xml, text/xml
Sample:
<ArrayOfYearTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapitalPlanner.API.Classes.Calculations"> <YearTotal> <CashFlowAfterIndexation>6</CashFlowAfterIndexation> <CostTotal>3</CostTotal> <CostsThisYear>2</CostsThisYear> <Date>2025-03-14T09:15:07.458+01:00</Date> <DebtTotal>7</DebtTotal> <IncomeThisYear>5</IncomeThisYear> <IncomeTotal>4</IncomeTotal> <PropertyTotal>8</PropertyTotal> </YearTotal> <YearTotal> <CashFlowAfterIndexation>6</CashFlowAfterIndexation> <CostTotal>3</CostTotal> <CostsThisYear>2</CostsThisYear> <Date>2025-03-14T09:15:07.458+01:00</Date> <DebtTotal>7</DebtTotal> <IncomeThisYear>5</IncomeThisYear> <IncomeTotal>4</IncomeTotal> <PropertyTotal>8</PropertyTotal> </YearTotal> <YearTotal> <CashFlowAfterIndexation>6</CashFlowAfterIndexation> <CostTotal>3</CostTotal> <CostsThisYear>2</CostsThisYear> <Date>2025-03-14T09:15:07.458+01:00</Date> <DebtTotal>7</DebtTotal> <IncomeThisYear>5</IncomeThisYear> <IncomeTotal>4</IncomeTotal> <PropertyTotal>8</PropertyTotal> </YearTotal> </ArrayOfYearTotal>