Retour à QuickBooks Journal Entries
Connecter Knoon AI avec QuickBooks Journal Entries (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks JournalEntry (sparse update).
quickBooksJournalEntryUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| journalEntryId | mustache | QuickBooks JournalEntry ID. | Oui |
| syncToken | mustache | Sync token from the latest journal entry read. | Oui |
| lineItemsJson | mustache | Optional JSON array of QBO journal entry Line objects. | Non |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Non |
| docNumber | mustache | Optional document number. | Non |
| privateNote | mustache | Optional private note. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full JournalEntry JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |