Skip to main content
GET
Get depreciation schedule by book

Authorizations

X-API-KEY
string
header
required

Path Parameters

fixed_asset_number
integer
required
depreciation_book_id
integer
required

Query Parameters

from_date
string<date> | null
to_date
string<date> | null

Response

OK

type
enum<string>
required
Available options:
purchase,
depreciation_start,
depreciation,
disposal,
revaluation
date
string<date>
required
depreciation_id
integer | null
period
string | null
start_date
string<date> | null
end_date
string<date> | null
depreciation_amount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
accumulated_depreciation
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
net_book_value
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
status
enum<string> | null
Available options:
posted,
scheduled,
archived,
created,
initiated
revaluation_id
integer | null
new_asset_value
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
disposal_id
integer | null
disposal_type
string | null
Last modified on August 21, 2026