QuickBooks Bills로 돌아가기
Knoon AI를 QuickBooks Bills (QuickBooks)과 연결하여 AI 워크플로우를 자동화하세요.
Find QuickBooks bills with the same transaction date and total amount.
quickBooksBillFindDuplicates
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | 네 |
| totalAmount | mustache | Total amount to match. | 네 |
| vendorId | mustache | Optional vendor ID filter. | 아니요 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





