---
title: "Trial Balance"
method: GET
path: "/accounting/trial-balance"
tags: ["Accounting / GL Compatibility"]
---

# Trial Balance

`GET /accounting/trial-balance`

## Query parameters

- `date_from` string, nullable
- `date_to` string, nullable
- `location_id` integer, nullable

## Response `200`

Successful Response

- TrialBalanceRow[]
  - `account_id` integer, required
  - `account_code` string, required
  - `account_name` string, required
  - `type` string, required
  - `debit` number, required
  - `credit` number, required
  - `net` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
