Z
ActivateFixedAsset
ZohoBooksApi.ActivateFixedAsset
Description
Activate a fixed asset to begin depreciation calculation.
Use this tool to mark a fixed asset as active, which will initiate the calculation of its depreciation.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "ID of the organization. This is required to identify which organization's asset to activate.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "fixed_asset_id",
"required": true,
"inferrable": true,
"description": "Unique identifier of the fixed asset to activate for depreciation calculation.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_fixed_asset_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}