List one-time payment items applied to the cash forecast

GET /api/v1/businesses/{business_id}/cfo-portal/cash-forecast/one-time-items

List all one-time payment items for this business.

Operation ID: cfo_portal_list_one_time_items_api_v1_businesses__business_id__cfo_portal_cash_forecast_one_time_items_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

business_id string required

Responses

200 Successful Response

items array · CashForecastOneTimeItem CashForecastOneTimeItem
9 fields
label string required
amount_cents integer required

Positive = cash in, negative = cash out. Integer cents.

applies_on string · date required

Date the cash event lands. The week index is derived from this date relative to the forecast's first Sunday.

notes string
id string required
business_id string required
created_by_user_id string
created_at string · date-time required
updated_at string · date-time required

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object