{"success":true,"data":{"counterparties":{"sql":"SELECT id, entity_type AS \"entityType\", name, gstin, outstanding::float8 AS outstanding\n      FROM accounting_counterparties\n      WHERE is_active = TRUE\n        AND ($1::text IS NULL OR entity_type = $1)\n      ORDER BY name ASC"}},"error":null,"requestId":"71f3918f-13a0-4c76-ba5c-a3f8166ca74c"}