201 Successful Response
Schema: TransactionMarkReviewedByPeriodResponse
-
period_startstring · date required -
period_endstring · date required -
marked_countinteger required -
Number of transactions transitioned to reviewed.
/api/v1/transactions/batch/mark-reviewed-by-period
Bulk-mark every unreviewed transaction whose date falls within [period_start, period_end] as reviewed. Used by the monthly close checklist's 'Mark all reviewed' CTA.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: TransactionMarkReviewedByPeriodRequest
period_start
string · date
required Inclusive start date of the period (YYYY-MM-DD).
period_end
string · date
required Inclusive end date of the period (YYYY-MM-DD).
Schema: TransactionMarkReviewedByPeriodResponse
period_start
string · date
required period_end
string · date
required marked_count
integer
required Number of transactions transitioned to reviewed.
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object