Agents, business events, the handlers that post them to the GL, and journal entry corrections
12 operations.
/extensions/roboledger/{graph_id}/operations/create-agentCreate a counterparty record (customer, vendor, employee, etc.).
/extensions/roboledger/{graph_id}/operations/update-agentPatch counterparty fields.
/extensions/roboledger/{graph_id}/operations/create-event-blockPersist a real-world business event.
/extensions/roboledger/{graph_id}/operations/update-event-blockApply a status transition (captured → classified | committed | voided) and/or field corrections (description, effectiveat, metadatapatch) to an existing event block.
/extensions/roboledger/{graph_id}/operations/execute-event-blockFor events on a connection with writepolicy='qbauthoritative' or 'hybrid', publish the captured GL plan to the source-of-truth system (QuickBooks).
/extensions/roboledger/{graph_id}/operations/create-event-handlerDefine a rule that fires GL transactions when a matching event block is created with applyhandlers=True.
/extensions/roboledger/{graph_id}/operations/update-event-handlerPatch an event handler's match criteria, template, priority, or active state.
/extensions/roboledger/{graph_id}/operations/preview-event-blockDry-run: resolve the matching handler and evaluate the transaction template without writing any rows.
/extensions/roboledger/{graph_id}/operations/preview-reconciling-itemRead what changed on a reconciling item — an event whose source-system payload changed after it was posted (list them with list-event-blocks isreconcilingitem=true).
/extensions/roboledger/{graph_id}/operations/resolve-reconciling-itemDispose of one reconciling item and clear its flag.
/extensions/roboledger/{graph_id}/operations/update-journal-entryUpdate a draft journal entry.
/extensions/roboledger/{graph_id}/operations/delete-journal-entryHard-delete a draft journal entry.