Depreciation Books

List depreciation books

Retrieve a paginated list of depreciation books available for the organization.

Each organization has at least one book: BOOK (the posting book that posts to GL). Additional books like FEDERAL, AMT, or STATE_* may be configured for tax compliance.

Use the code field when creating or updating fixed assets with multi-book depreciation schedules.

get/public/v2/depreciation-books/

Query parameters

updated_afterstring date-time nullable
updated_beforestring date-time nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required

Changes

Changed in 1 of the 14 revisions of this API.4

    • added the new optional query request parameter updated_after

      new-optional-request-parameter

    • added the new optional query request parameter updated_before

      new-optional-request-parameter

    • added the required property items/items/created_at to the response with the 200 status

      response-required-property-added

    • added the required property items/items/updated_at to the response with the 200 status

      response-required-property-added

    This revision also has 93 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog