{"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":"38553e67-f66c-4646-8cb4-3896e56377fd"}