Back to QuickBooks Bills

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

Create a new QuickBooks bill.
quickBooksBillCreate
BETA
Internal
Permissions
  • com.intuit.quickbooks.accounting
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
vendorIdmustache Vendor ID for the bill.Yes
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).Yes
txnDatemustache Optional transaction date (YYYY-MM-DD).No
dueDatemustache Optional due date (YYYY-MM-DD).No
docNumbermustache Optional document number.No
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.No
privateNotemustache Optional private note.No
currencyCodemustache Optional currency code.No
apAccountIdmustache Optional AP account ID.No
customerIdmustache Optional Customer ID.No
minorVersionmustache Optional QuickBooks minor version (defaults to 75).No
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.No
Returns
NameTypeDescription
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.