estimates_create
Create a new estimate for a customer. After creation, add line items using estimates_add_line_item.
Instructions
Create a new estimate. Note: line_items array in the create body is IGNORED by the API -- add line items via estimates_add_line_item after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Customer ID (required) | |
| name | No | Estimate name | |
| number | No | Estimate number | |
| date | No | Date | |
| note | No | Note | |
| status | No | Status: Fresh, Draft, Approved, Declined | |
| ticket_id | No | Associated ticket ID | |
| location_id | No | Location ID | |
| line_items | No | Array of line item objects |