create_bill
Create a bill in Rentvine by specifying payee, bill and due dates, and bill type. Optionally link it to a work order or add line-item charges.
Instructions
Create a bill in Rentvine (live data, write). Requires a payee contact ID (from list_vendors or list_owners), bill date, due date, and bill type ID. Optionally link to a work order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charges | No | Line item charges array. Each charge should include accountID, amount, and description. | |
| due_date | Yes | Payment due date (YYYY-MM-DD). | |
| bill_date | Yes | Date of the bill (YYYY-MM-DD). | |
| reference | No | Invoice or reference number. | |
| bill_type_id | Yes | Rentvine bill type ID. Check your Rentvine settings for valid values. | |
| payment_memo | No | Memo to include on payment. | |
| work_order_id | No | Link this bill to a work order ID. | |
| payee_contact_id | Yes | Rentvine contact ID of the payee (vendor or owner). Get from list_vendors or list_owners. |