estimate
query
Get estimate by ID
Retrieves the full details of an estimate (quotation/proposal), including line items, pricing, taxes, and customer information.
query {
estimate(companyId: Int!, documentId: Int!, options: EstimateOptionsSingle): Estimate!
}Returns: Estimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | EstimateOptionsSingle |