books_create_bill
Create a new bill in Zoho Books with vendor ID, line items, and optional details such as due date and notes.
Instructions
Create a new bill in Books
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| notes | No | ||
| terms | No | ||
| discount | No | ||
| due_date | No | ||
| vendor_id | Yes | ||
| adjustment | No | ||
| line_items | Yes | ||
| bill_number | No | ||
| template_id | No | ||
| currency_code | No | ||
| custom_fields | No | ||
| discount_type | No | ||
| billing_address | No | ||
| shipping_charge | No | ||
| is_inclusive_tax | No | ||
| purchaseorder_id | No | ||
| reference_number | No | ||
| adjustment_description | No | ||
| is_discount_before_tax | No |