Voltar para QuickBooks Estimates

Conectar Knoon AI com QuickBooks Estimates (QuickBooks) para automatizar fluxos de trabalho de AI.

Create a new QuickBooks estimate.
quickBooksEstimateCreate
Beta
Interno
Permissões
  • com.intuit.quickbooks.accounting
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
customerIdmustache Customer ID for the estimate.Sim
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).Sim
txnDatemustache Optional transaction date (YYYY-MM-DD).Não
expirationDatemustache Optional expiration date (YYYY-MM-DD).Não
docNumbermustache Optional document number.Não
privateNotemustache Optional private note.Não
currencyCodemustache Optional currency code.Não
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Não
payloadJsonmustache Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence.Não
Devoluções
NomeTipoDescrição
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.