---
title: "Get depreciation book by code"
method: GET
path: "/public/v2/depreciation-books/{book_code}/"
tags: ["Depreciation Books"]
---

# Get depreciation book by code

`GET /public/v2/depreciation-books/{book_code}/`

Retrieve a specific depreciation book by its code (e.g., "BOOK", "FEDERAL", "AMT").

The `is_posting` field indicates whether this book posts to the General Ledger.
Only the BOOK book (code="BOOK") is a posting book.

## Path parameters

- `book_code` string, required

## Response `200`

OK

- DepreciationBookSchemaOut — Output schema for depreciation book.
  - `id` integer, required
  - `code` string, required
  - `name` string, required
  - `description` string, required
  - `is_active` boolean, required
  - `is_posting` boolean, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/versions/525a590a98f8/schema)
