Voltar para QuickBooks Journal Entries
Conectar Knoon AI com QuickBooks Journal Entries (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks JournalEntry (sparse update).
quickBooksJournalEntryUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| journalEntryId | mustache | QuickBooks JournalEntry ID. | Sim |
| syncToken | mustache | Sync token from the latest journal entry read. | Sim |
| lineItemsJson | mustache | Optional JSON array of QBO journal entry Line objects. | Não |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Não |
| docNumber | mustache | Optional document number. | Não |
| privateNote | mustache | Optional private note. | Não |
| currencyCode | mustache | Optional currency code. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full JournalEntry JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |