Z
ActivateInactiveItem
ZohoBooksApi.ActivateInactiveItem
Description
Activate an inactive item in Zoho Books.
Use this tool to reactivate an item that has been previously marked as inactive in Zoho Books. It should be called when you need to make an item available again for transactions.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "The unique identifier for your organization in Zoho Books. Required to activate an item.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "item_identifier",
"required": true,
"inferrable": true,
"description": "Unique identifier of the item to be activated in Zoho Books.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_item_active'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}