Kembali ke QuickBooks Invoices
Sambungkan Knoon AI dengan QuickBooks Invoices (QuickBooks) untuk mengotomatisasi alur kerja AI.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Ya |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Ya |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Tidak |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Tidak |
| docNumber | mustache | Optional document number. | Tidak |
| privateNote | mustache | Optional private note. | Tidak |
| currencyCode | mustache | Optional currency code. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |