Mark all unreviewed transactions in a period as reviewed

POST/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.

Operation ID: mark_period_transactions_reviewed_api_v1_transactions_batch_mark_reviewed_by_period_post·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.

Request body

period_startstring · daterequired

Inclusive start date of the period (YYYY-MM-DD).

period_endstring · daterequired

Inclusive end date of the period (YYYY-MM-DD).

Responses

201Successful Response

successboolean
messagestring
codestring
dataTransactionMarkReviewedByPeriodResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

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