Fixed Assets API

The Fixed Assets API allows partners to programmatically manage fixed assets in the accounting system. This API is designed for partners who want to integrate Clemta’s fixed asset management services into their own platforms.

Authentication

See Authentication for how to authenticate requests.

Rate Limiting

The Fixed Assets API is subject to rate limiting to ensure fair usage and system stability. Please refer to our Rate Limiting documentation for more details.

Available Endpoints

MethodEndpointDescription
POST/fixed-assetsCreate a new fixed asset
GET/fixed-assetsRetrieve a list of fixed assets with filtering
GET/fixed-assets/:fixed_asset_idRetrieve a specific fixed asset by ID
PATCH/fixed-assets/:fixed_asset_idUpdate an existing fixed asset
DELETE/fixed-assets/:fixed_asset_idDelete a fixed asset

Fixed Asset Properties

Fixed assets have the following key properties:
PropertyTypeDescription
titlestringTitle/name of the fixed asset
placed_in_serviceintegerTimestamp when the asset was placed in service
costnumberOriginal cost of the fixed asset
salvage_valuenumberEstimated salvage value of the asset
business_usenumberPercentage of business use (0-100)
company_idstringCompany ID that owns the asset

Error Codes

The Fixed Assets API uses the same error codes as other Clemta APIs:
CodeDescription
API_KEY_REQUIREDAPI key is missing from request
INVALID_API_KEYProvided API key is invalid
ACCESS_DENIEDAPI key does not have access to this resource
RATE_LIMIT_EXCEEDEDRate limit exceeded
INVALID_REQUESTRequest data is invalid
VALIDATION_FAILEDRequest validation failed
COMPANY_NOT_FOUNDSpecified company not found
INTERNAL_ERRORInternal server error