estimateCreate
mutation
Create estimate
Creates a new estimate (quotation/proposal) with line items, taxes, and customer details. Estimates can later be converted to invoices or other documents.
mutation {
estimateCreate(companyId: Int!, data: EstimateInsert!, options: EstimateMutateOptions): Estimate!
}Returns: Estimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | EstimateInsert! | |
options | EstimateMutateOptions |