Create an asset value update
Records a change to an assetās value (depreciation, improvement, impairment, or revaluation) and posts the corresponding journal entry. Identify the asset with either asset_id or asset_external_id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
Body
The value update to create.
Parameters for recording a change to an asset's value (depreciation, improvement, impairment, or revaluation). Identify the asset with either asset_id or asset_external_id. Posts a journal entry between the asset and the counter account.
Amount of the value change, in cents.
The kind of value change applied to an asset. DEPRECIATION_AMORTIZATION, IMPAIRMENT, and REVALUATION_DOWN decrease the asset's carrying value; IMPROVEMENT and REVALUATION_UP increase it. DEPRECIATION_AMORTIZATION requires the asset to have an accumulated_depreciation_account configured.
DEPRECIATION_AMORTIZATION, IMPROVEMENT, IMPAIRMENT, REVALUATION_UP, REVALUATION_DOWN The counter account for the journal entry (e.g. depreciation expense, or the cash/expense account that funded an improvement).
- Account ID
- Account Stable Name
Date of the value update.
ID of the asset to update. Provide this or asset_external_id.
External ID of the asset to update. Provide this or asset_id.
Unique ID of the value update in your system for linking purposes.
Internal note about the value update.
Arbitrary JSON object you can attach for your own use. Layer stores and returns it unchanged.
Reference number for the value update.
Response
Asset value update created successfully.
A recorded change to an asset's value, such as depreciation, improvement, impairment, or revaluation.