Z
ActivateContact
ZohoBooksApi.ActivateContact
Description
Activate a contact in Zoho Books.
Use this tool to mark a contact as active in Zoho Books. It should be called when a contact's status needs to be changed from inactive to active.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "The unique ID of the organization to which the contact belongs.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "contact_identifier",
"required": true,
"inferrable": true,
"description": "Unique identifier of the contact to be marked as active.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_contact_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}