Get depreciation entries

GET /api/v1/fixed-assets/{asset_id}/depreciation-entries

Get all depreciation entries for an asset.

Operation ID: get_depreciation_entries_api_v1_fixed_assets__asset_id__depreciation_entries_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

asset_id string required

Responses

200 Successful Response

entries array · DepreciationEntryResponse DepreciationEntryResponse

Depreciation entries

10 fields
id string required

Depreciation entry ID

fixed_asset_id string required

Asset this entry belongs to

period_date string · date required

First day of the depreciation period

depreciation_amount integer required

Depreciation for this period, in cents

accumulated_depreciation integer required

Cumulative depreciation after this period, in cents

book_value integer required

Book value after this period, in cents

units_this_period integer

Units used this period (units-of-production only)

journal_entry_id string

Associated journal entry ID

status DepreciationEntryStatus requiredDepreciationEntryStatus

Entry status: pending, posted, reversed

created_at string · date-time required

Record creation timestamp

count integer required

Total number of entries

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object