Terug naar QuickBooks Bills
Verbinding maken met Knoon AI met QuickBooks Bills (QuickBooks) om AI-workflows te automatiseren.
Create a new QuickBooks bill.
quickBooksBillCreate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill. | Ja |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]). | Ja |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nee |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Nee |
| docNumber | mustache | Optional document number. | Nee |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead. | Nee |
| privateNote | mustache | Optional private note. | Nee |
| currencyCode | mustache | Optional currency code. | Nee |
| apAccountId | mustache | Optional AP account ID. | Nee |
| customerId | mustache | Optional Customer ID. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |





