Z
ActivateBankAccount
ZohoBooksApi.ActivateBankAccount
Description
Activate a bank account in Zoho Books.
This tool is used to mark a bank account as active in Zoho Books. It should be called when there is a need to change the status of a bank account to active.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "The unique identifier of the organization in Zoho Books. This ID is required to activate a bank account within the specified organization.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "bank_account_id",
"required": true,
"inferrable": true,
"description": "Unique identifier of the bank account to be activated in Zoho Books.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_bank_account_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}