QuickBooks Journal Entries に戻る
QuickBooks Journal Entries (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Create a new QuickBooks JournalEntry.
quickBooksJournalEntryCreate
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| lineItemsJson | mustache | JSON array of QBO journal entry Line objects. | はい |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | いいえ |
| docNumber | mustache | Optional document number. | いいえ |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing journal entry instead. | いいえ |
| privateNote | mustache | Optional private note. | いいえ |
| currencyCode | mustache | Optional currency code. | いいえ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | いいえ |
| payloadJson | mustache | Optional full JournalEntry JSON. If provided, it is merged with the fields above and takes precedence. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |