Atrás a QuickBooks Journal Entries
Conectar Knoon AI con QuickBooks Journal Entries (QuickBooks) para automatizar flujos de trabajo de AI.
Create a new QuickBooks JournalEntry.
quickBooksJournalEntryCreate
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| lineItemsJson | mustache | JSON array of QBO journal entry Line objects. | Sí |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | No |
| docNumber | mustache | Optional document number. | No |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing journal entry instead. | No |
| privateNote | mustache | Optional private note. | No |
| currencyCode | mustache | Optional currency code. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full JournalEntry JSON. If provided, it is merged with the fields above and takes precedence. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |