Get Cash Ledger

GET {{sandbox_host}}/gst/compliance/tax-payer/ledgers/cash?from={{from_date}}&to={{to_date}}

Get Cash Ledger for the specified period for authenticated taxpayer

Request Params

| Key | Datatype | Required | Description | | from | string | | required From Date (DD/MM/YYYY) | | to | string | | required To Date (DD/MM/YYYY) |

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | Public key required to authorize API access. | | x-api-version | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"data\": {\n            \"fr_dt\": \"01/04/2024\",\n            \"to_dt\": \"11/04/2024\",\n            \"cl_bal\": {\n                \"igstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"sgstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"cessbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"tot_rng_bal\": 0,\n                \"cgstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"desc\": \"Closing Balance\"\n            },\n            \"gstin\": \"24AAACQ3770E1ZP\",\n            \"tr\": [],\n            \"op_bal\": {\n                \"igstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"sgstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"cessbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"tot_rng_bal\": 0,\n                \"cgstbal\": {\n                    \"intr\": 0,\n                    \"oth\": 0,\n                    \"tx\": 0,\n                    \"fee\": 0,\n                    \"pen\": 0,\n                    \"tot\": 0\n                },\n                \"desc\": \"Opening Balance\"\n            }\n        },\n        \"status_cd\": \"1\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"