Retour à QuickBooks Estimates

Connecter Knoon AI avec QuickBooks Estimates (QuickBooks) pour automatiser les flux de travail AI.

Create a new QuickBooks estimate.
quickBooksEstimateCreate
Bêta
Interne
Autorisations
  • com.intuit.quickbooks.accounting
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
customerIdmustache Customer ID for the estimate.Oui
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).Oui
txnDatemustache Optional transaction date (YYYY-MM-DD).Non
expirationDatemustache Optional expiration date (YYYY-MM-DD).Non
docNumbermustache Optional document number.Non
privateNotemustache Optional private note.Non
currencyCodemustache Optional currency code.Non
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Non
payloadJsonmustache Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence.Non
Retours
NomTypeDescription
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.