{"ok":true,"commandType":"bulk-create-journal-entries","module":"Bulk","mode":"write","summary":"Bulk wrapper for create-journal-entry.","payloadSchema":{"records":"required array; each row uses the same payload as create-journal-entry","stopOnError":"optional boolean; stop the batch when a row fails","dryRun":"optional boolean; validate without saving where supported","idempotencyKey":"optional caller batch key"},"examplePayload":{"records":[{"docDate":"2026-06-24","journalType":"JV","description":"API journal entry","refNo":"API-JV-1001","lines":[{"accNo":"610-0000","accountNo":"610-0000","description":"Debit expense","debit":100,"credit":0,"project":"PRJAPI","projNo":"PRJAPI","department":"HQ","deptNo":"HQ","taxType":"S-0","taxCode":"S-0","classification":"022","userDefinedFields":{"APITEST":"API-LINE"}},{"accNo":"500-1000","accountNo":"500-1000","description":"Credit control","debit":0,"credit":100,"project":"PRJAPI","projNo":"PRJAPI","department":"HQ","deptNo":"HQ","taxType":"S-0","taxCode":"S-0","classification":"022"}],"userDefinedFields":{"APITEST":"API"}}],"stopOnError":true,"dryRun":false,"idempotencyKey":"create-journal-entry-batch-20260624"},"notes":"Runs create-journal-entry for each record on the local connector without waiting one cloud heartbeat per row. Bulk records use the same fields as create-journal-entry. Split very large imports into batches so AutoCount and the connector can report row-level results clearly.","nativePayload":{"supported":false,"sections":[{"name":"Master","fields":[]},{"name":"Details","fields":[]},{"name":"KnockOffDetails","fields":[]},{"name":"TransferDetails","fields":[]},{"name":"PaymentDetails","fields":[]},{"name":"Options","fields":[]}]}}