Πίσω στο QuickBooks Bills
Σύνδεση Knoon AI με QuickBooks Bills (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks bill.
quickBooksBillCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill. | Ναι |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]). | Ναι |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Όχι |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Όχι |
| docNumber | mustache | Optional document number. | Όχι |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead. | Όχι |
| privateNote | mustache | Optional private note. | Όχι |
| currencyCode | mustache | Optional currency code. | Όχι |
| apAccountId | mustache | Optional AP account ID. | Όχι |
| customerId | mustache | Optional Customer ID. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |





