zoho_write
Add or modify Zoho Books records like invoices, expenses, or items with POST or PUT operations.
Instructions
Create or update any Zoho Books resource (POST or PUT). e.g. POST /invoices, PUT /items/123. Gated by ZOHO_ALLOW_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JSON payload for the resource. | |
| path | Yes | e.g. /invoices or /expenses/789 | |
| query | No | ||
| method | Yes |