create_quote
Create a new quote for a Jobber client with line items and subject. Optional notes and expiry date can be added. Returns the created quote with subtotal and total.
Instructions
Create a new quote in Jobber for a specific client. Returns the created quote with its line items, subtotal, and total. Amounts in line items are in dollars and are converted to cents internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Optional cover letter / scope notes shown to the client. | |
| subject | Yes | Short summary of the quote (e.g. 'Re-roof north slope'). | |
| clientId | Yes | The Jobber client id to quote. | |
| lineItems | Yes | Line items that make up this quote. | |
| expiryDate | No | Optional ISO date (YYYY-MM-DD) when this quote expires. |