API reference · Financial
POST/api/v1/financial/reconciliation/{id}/resolve

Resolve reconciliation report

Resolves one reconciliation report by id with optional operator notes.

RBAC · financial

Path parameters

idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().

Request body

Content type: application/json · schema FinancialReconciliationResolveBody

notesstring

Response body

Success response 200 · schema FinancialInvoiceApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Reconciliation report resolved.
400
Invalid id or payload.
401
API key missing/invalid.
403
financial:update permission denied.
404
Reconciliation report not found.
500
Unexpected resolution failure.