201 Successful Response
Schema: ForecastResponse
-
business_idstring required -
Business UUID.
-
business_namestring required -
Business name.
-
forecast_startstring · date required -
Forecast period start.
-
forecast_endstring · date required -
Forecast period end.
-
methodForecastMethodEnum requiredForecastMethodEnum -
Method used.
-
generated_atstring · date-time required -
Generation timestamp.
-
revenue_itemsarray · ForecastLineItem ForecastLineItem -
Revenue account forecasts.
6 fields
-
ledger_idstring required -
Ledger UUID.
-
ledger_namestring required -
Ledger name.
-
ledger_typestring required -
Ledger type.
-
historical_averageinteger required -
Average historical monthly amount.
-
historical_trendnumber required -
Monthly trend (slope).
-
periodsarray · ForecastPeriod -
Forecasted periods.
-
-
total_forecasted_revenueinteger required -
Total forecasted revenue.
-
expense_itemsarray · ForecastLineItem ForecastLineItem -
Expense account forecasts.
6 fields
-
ledger_idstring required -
Ledger UUID.
-
ledger_namestring required -
Ledger name.
-
ledger_typestring required -
Ledger type.
-
historical_averageinteger required -
Average historical monthly amount.
-
historical_trendnumber required -
Monthly trend (slope).
-
periodsarray · ForecastPeriod -
Forecasted periods.
-
-
total_forecasted_expensesinteger required -
Total forecasted expenses.
-
forecasted_net_incomeinteger required -
Forecasted net income.
-
cash_flow_forecastarray · ForecastPeriod ForecastPeriod -
Monthly cash flow projections.
5 fields
-
period_datestring · date required -
First day of the forecasted month.
-
forecasted_amountinteger required -
Forecasted amount in cents.
-
confidence_lowinteger -
Lower confidence bound.
-
confidence_highinteger -
Upper confidence bound.
-
is_historicalboolean -
True if this is actual historical data.
-
-
projected_ending_cashinteger required -
Projected cash at forecast end.