Back to QuickBooks Estimates

Connect Knoon AI with QuickBooks Estimates (QuickBooks) to automate AI workflows.

Create a new QuickBooks estimate.
quickBooksEstimateCreate
BETA
Internal
Permissions
  • com.intuit.quickbooks.accounting
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
customerIdmustache Customer ID for the estimate.Yes
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).Yes
txnDatemustache Optional transaction date (YYYY-MM-DD).No
expirationDatemustache Optional expiration date (YYYY-MM-DD).No
docNumbermustache Optional document number.No
privateNotemustache Optional private note.No
currencyCodemustache Optional currency code.No
minorVersionmustache Optional QuickBooks minor version (defaults to 75).No
payloadJsonmustache Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence.No
Returns
NameTypeDescription
idstring Estimate ID.
docNumberstring Document number.
customerIdstring Customer ID.
txnDatestring Transaction date.
expirationDatestring Expiration date.
totalAmountnumber Total amount.
privateNotestring Private note.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.