Kembali ke QuickBooks Journal Entries
Sambungkan Knoon AI dengan QuickBooks Journal Entries (QuickBooks) untuk mengotomatisasi alur kerja AI.
Update an existing QuickBooks JournalEntry (sparse update).
quickBooksJournalEntryUpdate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| journalEntryId | mustache | QuickBooks JournalEntry ID. | Ya |
| syncToken | mustache | Sync token from the latest journal entry read. | Ya |
| lineItemsJson | mustache | Optional JSON array of QBO journal entry Line objects. | Tidak |
| txnDate | mustache | Optional transaction 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 JournalEntry JSON. If provided, it is merged with the fields above and takes precedence. | 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. |