Post due scheduled depreciation

POST/api/v1/fixed-assets/post-scheduled-depreciation

Post every queued depreciation entry whose date has arrived.

Idempotent: each entry is locked FOR UPDATE on its pending status before its journal entry is written, so a retry cannot double-post.

Operation ID: post_scheduled_depreciation_api_v1_fixed_assets_post_scheduled_depreciation_post·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.

Request body

as_ofstring · date

Post entries dated on or before this date (default: today)

Responses

201Successful Response

successboolean
messagestring
codestring
dataPostScheduledDepreciationResponse

422Validation Error

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