Skip to main content
The Depreciation domain contains fixed-asset master data and the individual depreciation postings booked against each asset.

assets

GET /depreciation/assets — fixed-asset master data.
integer
required
Unique property identifier.
integer
required
Unique asset identifier. depreciation postings reference this field.
string
Asset number.
string
Asset name.
date
Date the asset was acquired.
date
Date the asset was put into service.
date
Start date of the depreciation schedule.
date
End date of the depreciation schedule.
string
Depreciation duration.
string
Depreciation method applied.
string
Whether depreciation is currently active for this asset.

depreciation

GET /depreciation/depreciation — individual depreciation postings, one row per booking.
integer
required
Unique property identifier.
integer
required
References the asset in assets.asset_hdr_id.
string
Asset number.
date
required
Date of the depreciation posting.
string
Display text for the posting date.
number
required
Net value posted in this depreciation entry.
string
Free-text description of the posting.
One assets row typically has many depreciation rows over its useful life — join on asset_hdr_id to build a full depreciation schedule for an asset.