books_create_purchase_order
Create a purchase order in Zoho Books by providing vendor ID and line items, with support for taxes, discounts, shipping, and delivery dates.
Instructions
Create a new purchase order in Books
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| notes | No | ||
| terms | No | ||
| discount | No | ||
| vendor_id | Yes | ||
| adjustment | No | ||
| line_items | Yes | ||
| template_id | No | ||
| currency_code | No | ||
| custom_fields | No | ||
| delivery_date | No | ||
| discount_type | No | ||
| billing_address | No | ||
| shipping_charge | No | ||
| delivery_address | No | ||
| is_inclusive_tax | No | ||
| reference_number | No | ||
| purchaseorder_number | No | ||
| adjustment_description | No | ||
| expected_delivery_date | No | ||
| is_discount_before_tax | No |