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