Z
ZohoBooksApi
Arcade Native

ActivateProject

ZohoBooksApi.ActivateProject

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

Description

Activate a project in Zoho Books.

This tool marks a specified project as active in Zoho Books. Call this tool when you need to change the status of a project to active to enable its functionalities or integrations.

Input Parameters

{
  "parameters": [
    {
      "name": "organization_id",
      "required": true,
      "inferrable": true,
      "description": "The ID of the organization in which the project is to be activated.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "project_identifier",
      "required": true,
      "inferrable": true,
      "description": "Unique identifier for the project to activate in Zoho Books.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'mark_project_active'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}