Depreciation Books

Get depreciation book by 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.

get/public/v2/depreciation-books/{book_code}/

Path parameters

book_codestring required

Response

OK

created_atstring date-time required

Date and time the record was created

updated_atstring date-time required

Date and time the record was last updated

idinteger required
codestring required
namestring required
descriptionstring required
is_activeboolean required
is_postingboolean required

Changes