Skip to main content
POST
Add a fixed asset

Authorizations

Authorization
string
header
required

Your API key, e.g. Authorization: Bearer clmt_test_. Live keys use the clmt_live_ prefix.

Path Parameters

companyID
string
required

ID of the company.

Pattern: ^cmp_[0-9A-Za-z]{22}$

Body

application/json
title
string
required

What the asset is.

Required string length: 1 - 255
placed_in_service
string<date>

The date the asset was placed in service (YYYY-MM-DD).

cost
number<double>

The asset's cost basis.

Required range: x >= 0
salvage_value
number<double>

The estimated end-of-life value. Must not exceed cost.

Required range: x >= 0
business_use
number<double>

The percentage of the asset used for business (0-100).

Required range: 0 <= x <= 100

Response

The created asset.

A depreciable fixed asset on a company's register. Fixed assets are the source the federal tax filing draws from: when a filing is saved, it snapshots the company's current assets. Maintain them here and the filing reflects them.

object
enum<string>
required

Entity name.

Available options:
fixed_asset
id
string
required
Pattern: ^fxa_[0-9A-Za-z]{22}$
Example:

"fxa_0346sFPEvSkJvY8vt14NNw"

number
string
required

The asset's stable display number on the company register, e.g. AST-3.

company
string
required

The company this asset belongs to.

Pattern: ^cmp_[0-9A-Za-z]{22}$
title
string
required

What the asset is.

livemode
boolean
required
created_at
string<date-time>
required
placed_in_service
string<date>

The date the asset was placed in service (YYYY-MM-DD).

cost
number<double>

The asset's cost basis, in the company's currency.

salvage_value
number<double>

The estimated value at the end of its useful life.

business_use
number<double>

The percentage of the asset used for business (0-100).

depreciable_basis
number<double>
read-only

Cost minus salvage value - the amount subject to depreciation. Present only when both cost and salvage value are set. Read-only, computed.