Πίσω στο QuickBooks Payments
Σύνδεση Knoon AI με QuickBooks Payments (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks payment.
quickBooksPaymentCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Ναι |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Όχι |
| 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. |