Tillbaka till QuickBooks Payments
Anslut Knoon AI med QuickBooks Payments (QuickBooks) för att automatisera AI-flöden.
Find QuickBooks payments with the same transaction date and total amount.
quickBooksPaymentFindDuplicates
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Ja |
| totalAmount | mustache | Total amount to match. | Ja |
| customerId | mustache | Optional customer ID filter. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| id | string | Payment ID. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |