Tillbaka till QuickBooks Invoices
Anslut Knoon AI med QuickBooks Invoices (QuickBooks) för att automatisera AI-flöden.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Ja |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Ja |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nej |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Nej |
| docNumber | mustache | Optional document number. | Nej |
| privateNote | mustache | Optional private note. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |