QuickBooks Invoices öğesine geri dön
Knoon AI'yi QuickBooks Invoices (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Evet |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Evet |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Hayır |
| docNumber | mustache | Optional document number. | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |