Import bank reconciliation data
POST/finance/bank-reconciliation/import
Imports a bank statement reconciliation payload for a given account and period. The payload should contain a 'lines' array of statement entries and a 'source' identifier. The system automatically counts lines and records the import timestamp.
Request
Responses
- 302
- 422
Redirect to the finance ops index after successful import.
Validation error — account_reference, period, and import_payload_json are required.