---
title: "List Cash Book & Bank Book"
method: POST
path: "/banking/list"
---

# List Cash Book & Bank Book

`POST /banking/list`

## Request body

- object
  - `operation` string — "cash_book_list" – Displays a list of receipts and vouchers where the mode of payment is Cash. "bank_book_list" – Displays a list of receipts and vouchers where the mode of payment is other than Cash (e.g., Online Payment, DD, Cheque, etc.).
  - `page` integer — Specifies the current page number for paginated data.
  - `perpage` integer — Specifies the number of records to display per page.
  - `fromDate` string, date — The start date for filtering data.
  - `toDate` string, date — The end date for filtering data.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.net/ledgers/apis/authentication.md) · [All operations](https://skmtc.net/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ledgers/authentication/versions/605f28ef08ef/schema)
