Terug naar QuickBooks Bills

Verbinding maken met Knoon AI met QuickBooks Bills (QuickBooks) om AI-workflows te automatiseren.

Create a new QuickBooks bill.
quickBooksBillCreate
BÈTA
Intern
Machtigingen
  • com.intuit.quickbooks.accounting
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
NaamTypeBeschrijvingVereist
vendorIdmustache Vendor ID for the bill.Ja
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).Ja
txnDatemustache Optional transaction date (YYYY-MM-DD).Nee
dueDatemustache Optional due date (YYYY-MM-DD).Nee
docNumbermustache Optional document number.Nee
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.Nee
privateNotemustache Optional private note.Nee
currencyCodemustache Optional currency code.Nee
apAccountIdmustache Optional AP account ID.Nee
customerIdmustache Optional Customer ID.Nee
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Nee
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.Nee
Retouren
NaamTypeBeschrijving
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.