Bulk approve bill payment suggestions

POST /api/v1/bills/payment-suggestions/bulk-approve

Accept all pending suggestions above a confidence threshold.

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

min_confidence number

Only approve suggestions at or above this confidence

Responses

201 Successful Response

accepted integer

Successfully accepted

failed integer

Failed to accept

total integer

Total suggestions processed

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

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