Πίσω στο QuickBooks Invoices
Σύνδεση Knoon AI με QuickBooks Invoices (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Ναι |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Ναι |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Όχι |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Όχι |
| docNumber | mustache | Optional document number. | Όχι |
| privateNote | mustache | Optional private note. | Όχι |
| currencyCode | mustache | Optional currency code. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |