Πίσω στο QuickBooks Invoices

Σύνδεση Knoon AI με QuickBooks Invoices (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.

Create a new QuickBooks invoice.
quickBooksInvoiceCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
  • com.intuit.quickbooks.accounting
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
ΌνομαΤύποςΠεριγραφήΑπαραίτητο
customerIdmustache Customer ID for the invoice.Ναι
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).Ναι
txnDatemustache Optional transaction date (YYYY-MM-DD).Όχι
dueDatemustache Optional due date (YYYY-MM-DD).Όχι
docNumbermustache Optional document number.Όχι
privateNotemustache Optional private note.Όχι
currencyCodemustache Optional currency code.Όχι
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Όχι
payloadJsonmustache Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence.Όχι
Επιστροφές
ΌνομαΤύποςΠεριγραφή
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.