Review reporting-line mappings
list_reporting_linesReview reporting-line classification status and deterministic suggestions for an entity and reporting period. This is status-only: it returns names, line labels, confidence, reasons, and balance-bearing booleans, but never debit, credit, balance, or any rupee amount. Present suggestions grouped by confidence tier and target, with exact counts and both unmapped_total and unmapped_with_balance; do not call either count pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1). | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per page (default 100, max 200). | |
| period_id | Yes | The reporting period id from list_periods. | |
| name_patterns | No | Return accounts whose code or name contains at least one of these case-insensitive patterns. | |
| unmapped_only | No | Return only accounts without a confirmed reporting line. |