Πίσω στο QuickBooks Payments
Σύνδεση Knoon AI με QuickBooks Payments (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Ναι |
| syncToken | mustache | Sync token from the latest payment read. | Ναι |
| customerId | mustache | Optional customer ID. | Όχι |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Όχι |
| totalAmount | mustache | Optional total amount. | Όχι |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Όχι |
| privateNote | mustache | Optional private note. | Όχι |
| currencyCode | mustache | Optional currency code. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |