Create Quote
whmcs_create_quoteCreate a new quote by specifying subject, stage, validity date, client details, and notes. Manage proposals directly through the API to streamline sales workflows.
Instructions
Create a new quote
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| stage | Yes | Quote stage | |
| userid | No | Client ID | |
| subject | Yes | Quote subject | |
| lastname | No | Last name | |
| proposal | No | Proposal text | |
| firstname | No | First name | |
| adminnotes | No | Admin notes | |
| validuntil | Yes | Valid until date (YYYY-MM-DD) | |
| companyname | No | Company name | |
| customernotes | No | Customer notes |