201 Successful Response
Schema: BulkApproveSuggestionsResponse
-
acceptedinteger -
Successfully accepted
-
failedinteger -
Failed to accept
-
totalinteger -
Total suggestions processed
/api/v1/bills/payment-suggestions/bulk-approve
Accept all pending suggestions above a confidence threshold.
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Schema: BulkApproveSuggestionsRequest
min_confidence
number
Only approve suggestions at or above this confidence
Schema: BulkApproveSuggestionsResponse
accepted
integer
Successfully accepted
failed
integer
Failed to accept
total
integer
Total suggestions processed
Schema: HTTPValidationError
detail
array · ValidationError
ValidationError loc
array · string | integer
required msg
string
required type
string
required input
object
ctx
object