ย้อนกลับไปยัง QuickBooks Journal Entries
เชื่อมต่อ Knoon AI กับ QuickBooks Journal Entries (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Update an existing QuickBooks JournalEntry (sparse update).
quickBooksJournalEntryUpdate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| journalEntryId | mustache | QuickBooks JournalEntry ID. | ใช่ |
| syncToken | mustache | Sync token from the latest journal entry read. | ใช่ |
| lineItemsJson | mustache | Optional JSON array of QBO journal entry Line objects. | ไม่ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | ไม่ |
| docNumber | mustache | Optional document number. | ไม่ |
| 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. |