Kembali ke QuickBooks Journal Entries
Sambungkan Knoon AI dengan QuickBooks Journal Entries (QuickBooks) untuk mengotomatisasi alur kerja AI.
Run a QuickBooks Online SQL-like query for JournalEntry (defaults to SELECT * FROM JournalEntry).
quickBooksJournalEntryQuery
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |