QuoteDrafts
Return a list of all draft quotes
Select
The driver will process all filters client side.
Columns
| Name | Type | Description |
| ID [KEY] | String | The quote identifier. |
| Type | String | The type of the quote. |
| State | String | The state of the quote. |
| CreatedDate | Datetime | The date when the quote was created. |
| ValidDate | Datetime | The date till the quote is valid. |
| Budget | String | The budget for the quote. |
| OptionExplanation | String | A description to explain the options related to the quote. |
| EstimatedCost | Float | Estimated cost amount. |
| EstimatedCostTax | Float | Estimated tax cost amount. |
| EstimatedCostIncludingTax | Float | Estimated total amount including tax. |
| AmountTax | Float | Amount to pay. |
| AmountIncludingTax | Float | Tax amount to pay. |
| Amount | Float | Total amount to pay including tax. |
| ClientUUID | String | The Client identifier which is related to the quote. |
| ClientName | String | The Client name which is related to the quote. |
| ContactUUID | String | The contact ID of the client which is related to the quote. |
| ContactName | String | The contact name of the client which is related to the quote. |