{"ok":true,"commandType":"bulk-create-gl-accounts","module":"Bulk","mode":"write","summary":"Bulk wrapper for create-gl-account.","payloadSchema":{"records":"required array; each row uses the same payload as create-gl-account","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":[{"accNo":"690-9000","description":"API Expense Account","desc2":"API expense second description","accType":"EP","parentAccNo":"610-0000","currencyCode":"MYR","cashFlowCategory":"OperatingActivities","specialAccType":"Normal","isActive":true,"remark1":"Created by API","remark2":"GL account setup example"}],"stopOnError":true,"dryRun":false,"idempotencyKey":"create-gl-account-batch-20260624"},"notes":"Runs create-gl-account for each record on the local connector without waiting one cloud heartbeat per row. Bulk records use the same fields as create-gl-account. 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":[]}]}}