Update an asset value update
Updates an asset value update. Changing the amount, type, account, or date re-posts the underlying journal entry.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
The UUID of the value update.
Body
The value update fields to update.
Parameters for updating an asset value update. Only include the fields you want to change. Changing the amount, type, account, or date re-posts the underlying journal entry.
Updated amount, 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 Updated counter account.
- Account ID
- Account Stable Name
Updated date.
Updated internal note.
Arbitrary JSON object you can attach for your own use. Layer stores and returns it unchanged.
Updated reference number.
Response
The updated asset value update.
A recorded change to an asset's value, such as depreciation, improvement, impairment, or revaluation.