Voltar para QuickBooks Bills
Conectar Knoon AI com QuickBooks Bills (QuickBooks) para automatizar fluxos de trabalho de AI.
Find QuickBooks bills with the same transaction date and total amount.
quickBooksBillFindDuplicates
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Sim |
| totalAmount | mustache | Total amount to match. | Sim |
| vendorId | mustache | Optional vendor ID filter. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |





