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.