Πίσω στο 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. |





