Назад к 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.