{"ok":true,"commandType":"bulk-create-gl-cash-book-payments","module":"Bulk","mode":"write","summary":"Bulk wrapper for create-gl-cash-book-payment.","payloadSchema":{"records":"required array; each row uses the same payload as create-gl-cash-book-payment","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","payTo":"API Supplier","taxEntityID":1,"description":"API payment voucher","chequeNo":"PV-API-1001","lines":[{"accNo":"610-0000","accountNo":"610-0000","description":"Expense line","amount":100,"taxType":"S-0","taxCode":"S-0","project":"PRJAPI","projNo":"PRJAPI","department":"HQ","deptNo":"HQ","classification":"022","userDefinedFields":{"APITEST":"API-LINE"}}],"payments":[{"paymentMethod":"CASH","paymentBy":"Cash","paymentAmount":100,"chequeNo":"PV-API-1001","bankCharge":0,"bankAccount":"110-0010","paymentAccountNo":"110-0010","bankChargeAccountNo":"810-0000","creditCardApprovalCode":""}],"userDefinedFields":{"APITEST":"API"}}],"stopOnError":true,"dryRun":false,"idempotencyKey":"create-gl-cash-book-payment-batch-20260624"},"notes":"Runs create-gl-cash-book-payment for each record on the local connector without waiting one cloud heartbeat per row. Bulk records use the same fields as create-gl-cash-book-payment. 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":[]}]}}