{"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":"96134c45-db2c-40dd-a65c-c7c344dde528"}