List upcoming (expected) bills

GET/api/v1/bills/upcoming

Forecast rows for bills the business expects — recurring contractor payments, retainers. These are estimates: they carry no journal entries and are excluded from AP totals, aged payables and the balance sheet.

Operation ID: list_upcoming_bills_api_v1_bills_upcoming_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

Query

statusstring

Filter by status: expected, converted, dismissed.

vendor_idstring

Filter by vendor.

date_fromstring · date

Only occurrences expected on or after this date.

date_tostring · date

Only occurrences expected on or before this date.

limitintegerdefault: 200

Maximum rows to return.

Responses

200Successful Response

successboolean
messagestring
codestring
dataUpcomingBillListResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject