Create an asset
Creates a fixed asset for the specified business, or upserts an existing one: if an asset with the same external_id already exists it is updated in place. A dedicated ledger account is created for new assets.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
Body
The asset to create.
Parameters for creating a fixed asset. Creates a dedicated ledger account for the asset under the parent account (defaults to Fixed Assets).
Name of the asset.
The type of fixed asset.
RIGHT_OF_USE_ASSET, VEHICLE, EQUIPMENT, GOODWILL Unique ID of the asset in your system for linking purposes. Creating an asset with an external_id that already exists upserts the existing asset.
Parent ledger account under which the asset's dedicated account is created. Defaults to Fixed Assets.
- Account ID
- Account Stable Name
Accumulated depreciation account for the asset. Required before recording DEPRECIATION_AMORTIZATION value updates.
- Account ID
- Account Stable Name
Original purchase value, in cents.
Estimated salvage (residual) value, in cents.
Useful life of the asset, in months.
Internal note about the asset.
Arbitrary JSON object you can attach for your own use. Layer stores and returns it unchanged.
Reference number for the asset.
Response
Asset created successfully.
A fixed asset held by a business. Each asset has a dedicated ledger account.