Get depreciation schedule

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

Get the full depreciation schedule for an asset.

Shows the expected depreciation for each period over the asset's useful life.

Operation ID: get_depreciation_schedule_api_v1_fixed_assets__asset_id__depreciation_schedule_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

asset_id string required

Asset ID

asset_name string required

Asset name

original_cost integer required

Original purchase cost in cents

salvage_value integer required

Estimated salvage value in cents

useful_life_months integer required

Useful life in months

depreciation_method DepreciationMethod requiredDepreciationMethod

Depreciation method used

schedule array · DepreciationScheduleEntry requiredDepreciationScheduleEntry

Period-by-period depreciation schedule

6 fields
period integer required

Period number (1-based)

period_date string · date required

First day of the period

beginning_book_value integer required

Book value at start of period, in cents

depreciation_amount integer required

Depreciation for this period, in cents

accumulated_depreciation integer required

Cumulative depreciation, in cents

ending_book_value integer required

Book value at end of period, in cents

422 Validation Error

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