Depreciation schedule matrix

GET/api/v1/fixed-assets/depreciation-matrix

Depreciation pivoted to months across the top and assets down the side.

Each cell is that asset's depreciation for that month, split into what has already posted and what is still queued. column_totals is the subtotal row along the bottom.

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

Query

start_datestring · date

Earliest period to include (YYYY-MM-DD)

end_datestring · date

Latest period to include (YYYY-MM-DD)

include_postedbooleandefault: True

Include already-posted periods

include_scheduledbooleandefault: True

Include queued (not yet posted) periods

Responses

200Successful Response

successboolean
messagestring
codestring
dataDepreciationMatrixResponse

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject