Πίσω στο QuickBooks Payments
Σύνδεση Knoon AI με QuickBooks Payments (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Find QuickBooks payments with the same transaction date and total amount.
quickBooksPaymentFindDuplicates
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| txnDate | mustache | Transaction date to match (YYYY-MM-DD). | Ναι |
| totalAmount | mustache | Total amount to match. | Ναι |
| customerId | mustache | Optional customer ID filter. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |