Retour à QuickBooks Bills

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

Create a new QuickBooks bill.
quickBooksBillCreate
Bêta
Interne
Autorisations
  • com.intuit.quickbooks.accounting
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
vendorIdmustache Vendor ID for the bill.Oui
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).Oui
txnDatemustache Optional transaction date (YYYY-MM-DD).Non
dueDatemustache Optional due date (YYYY-MM-DD).Non
docNumbermustache Optional document number.Non
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.Non
privateNotemustache Optional private note.Non
currencyCodemustache Optional currency code.Non
apAccountIdmustache Optional AP account ID.Non
customerIdmustache Optional Customer ID.Non
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Non
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.Non
Retours
NomTypeDescription
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.