Reconcile - Admin
Api Complement Reconciliation
Link an invoice already (partially) consumed by other movements to this one too, covering the rest of its value — the "Complementar" button.
The client sends only {fatura_id}; the amount is computed server-side as min(invoice remaining, movement remaining) from live data inside the transaction, so a stale search snapshot can never over-allocate.
post/api/reconcile/{bank_id}/complement
Path parameters
bank_idinteger required
Headers
x-api-tokenstring nullable
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/reconcile/{bank_id}/complement:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.