QuickBooks Bills öğesine geri dön

Knoon AI'yi QuickBooks Bills (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.

Create a new QuickBooks bill.
quickBooksBillCreate
BETA
Dahili
İzinler
  • com.intuit.quickbooks.accounting
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
İsimTürAçıklamaGerekli
vendorIdmustache Vendor ID for the bill.Evet
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).Evet
txnDatemustache Optional transaction date (YYYY-MM-DD).Hayır
dueDatemustache Optional due date (YYYY-MM-DD).Hayır
docNumbermustache Optional document number.Hayır
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.Hayır
privateNotemustache Optional private note.Hayır
currencyCodemustache Optional currency code.Hayır
apAccountIdmustache Optional AP account ID.Hayır
customerIdmustache Optional Customer ID.Hayır
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Hayır
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.Hayır
İadeler
İsimTürAçıklama
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.