Zurück zu QuickBooks Invoices

Verbinde Knoon AI mit QuickBooks Invoices (QuickBooks), um KI-Workflows zu automatisieren.

Create a new QuickBooks invoice.
quickBooksInvoiceCreate
Beta
Intern
Berechtigungen
  • com.intuit.quickbooks.accounting
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
NameTypBeschreibungErforderlich
customerIdmustache Customer ID for the invoice.Ja
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).Ja
txnDatemustache Optional transaction date (YYYY-MM-DD).Nein
dueDatemustache Optional due date (YYYY-MM-DD).Nein
docNumbermustache Optional document number.Nein
privateNotemustache Optional private note.Nein
currencyCodemustache Optional currency code.Nein
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Nein
payloadJsonmustache Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence.Nein
Rückgaben
NameTypBeschreibung
idstring Invoice ID.
docNumberstring Document number.
customerIdstring Customer ID.
txnDatestring Transaction date.
dueDatestring Due date.
totalAmountnumber Total amount.
balancenumber Open balance.
privateNotestring Private note.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.