Z
ZohoBooksApi
Arcade Native

ActivateFixedAsset

ZohoBooksApi.ActivateFixedAsset

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

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"
  ]
}