# Fixed Assets Manage fixed assets and capital equipment. Create, update, and track long-lived tangible assets including depreciation schedules, account assignments, and asset lifecycle management. ## List Fixed Assets - [GET /public/v1/fixed-assets/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_list_fixed_assets.md) ## Create Fixed Asset - [POST /public/v1/fixed-assets/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_create_fixed_asset.md) ## Get Fixed Asset - [GET /public/v1/fixed-assets/{record_number}/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_get_fixed_asset.md) ## Update Fixed Asset - [PUT /public/v1/fixed-assets/{record_number}/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_update_fixed_asset.md) ## Patch Fixed Asset - [PATCH /public/v1/fixed-assets/{record_number}/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_patch_fixed_asset.md) ## Archive Fixed Asset - [DELETE /public/v1/fixed-assets/{record_number}/](https://docs.dualentry.com/resources/fixed-assets/core_api_public_fixed_asset_archive_fixed_asset.md): Archive a fixed asset by setting its record status to archived. This also archives any posted depreciation transactions. Depreciation schedules, addresses, classifications, and attachments remain unchanged.