Back to QuickBooks Estimates

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

Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BETA
Internal
Permissions
  • com.intuit.quickbooks.accounting
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
estimateIdmustache QuickBooks estimate ID.Yes
syncTokenmustache Sync token from the latest estimate read.Yes
customerIdmustache Optional customer ID.No
lineItemsJsonmustache Optional JSON array of QBO Line objects.No
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.