Z
ActivateChartOfAccount
ZohoBooksApi.ActivateChartOfAccount
Description
Activate a chart of account in Zoho Books.
Use this tool to update the status of a chart of account to active in Zoho Books. This is useful when you need to ensure an account is reactivated and available for transactions.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "The unique ID of the organization in Zoho Books that needs the account to be activated.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "account_unique_identifier",
"required": true,
"inferrable": true,
"description": "Unique identifier of the account to be activated in Zoho Books.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_chart_of_account_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}