Skip to main content
POST
Create Fixed Asset

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
name
string
required
inServiceDate
string<date>
required
cost
required
Required range: x > 0
usefulLifeMonths
integer
required
assetCode
string | null
category
string | null
acquisitionDate
string<date> | null
salvageValue
default:0
Required range: x >= 0
method
string
default:straight_line
ddbFactor
Required range: x > 0
totalUnits
Required range: x > 0
notes
string | null

Response

Successful Response

id
string
required
name
string
required
cost
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
salvageValue
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
usefulLifeMonths
integer
required
method
string
required
accumulatedDepreciation
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
bookValue
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
status
string
required
assetCode
string | null
category
string | null
inServiceDate
string | null