Voltar para QuickBooks Bills

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

Create a new QuickBooks bill.
quickBooksBillCreate
Beta
Interno
Permissões
  • com.intuit.quickbooks.accounting
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
vendorIdmustache Vendor ID for the bill.Sim
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).Sim
txnDatemustache Optional transaction date (YYYY-MM-DD).Não
dueDatemustache Optional due date (YYYY-MM-DD).Não
docNumbermustache Optional document number.Não
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.Não
privateNotemustache Optional private note.Não
currencyCodemustache Optional currency code.Não
apAccountIdmustache Optional AP account ID.Não
customerIdmustache Optional Customer ID.Não
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Não
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.Não
Devoluções
NomeTipoDescrição
idstring Bill ID.
docNumberstring Bill document number.
vendorIdstring Vendor ID.
txnDatestring Transaction date.
dueDatestring Due date.
totalAmountnumber Total amount.
balancenumber Open balance.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.
privateNotestring Private note.