Πίσω στο QuickBooks Bills

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

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