Назад к QuickBooks Bill Payments

Подключите Knoon AI к QuickBooks Bill Payments (QuickBooks), чтобы автоматизировать AI рабочие процессы.

Update an existing QuickBooks bill payment (sparse update).
quickBooksBillPaymentUpdate
Бета
Внутренний
Разрешения
  • com.intuit.quickbooks.accounting
Опциональные разрешения
Нет элементов для отображения.
Параметры
ИмяТипОписаниеОбязательно
billPaymentIdmustache QuickBooks bill payment ID.Да
syncTokenmustache Sync token from the latest bill payment read.Да
vendorIdmustache Optional vendor ID.Нет
lineItemsJsonmustache Optional JSON array of QBO Line objects.Нет
totalAmountmustache Optional total amount.Нет
txnDatemustache Optional transaction date (YYYY-MM-DD).Нет
payTypemustache Optional pay type, usually CHECK or CREDIT_CARD.Нет
bankAccountIdmustache Optional bank account ID for CHECK payments or credit-card account ID for CREDIT_CARD payments.Нет
apAccountIdmustache Optional AP account ID.Нет
privateNotemustache Optional private note.Нет
currencyCodemustache Optional currency code.Нет
minorVersionmustache Optional QuickBooks minor version (defaults to 75).Нет
payloadJsonmustache Optional full BillPayment JSON. If provided, it is merged with the fields above and takes precedence.Нет
Возвраты
ИмяТипОписание
idstring Bill payment ID.
vendorIdstring Vendor ID.
txnDatestring Transaction date.
totalAmountnumber Total amount.
payTypestring Payment method type.
apAccountIdstring Accounts payable account ID.
bankAccountIdstring Bank or credit-card account ID used to pay.
privateNotestring Private note.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.