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

KeyDatatypeRequiredDescription
fromstringrequired From Date (DD/MM/YYYY)
tostringrequired To Date (DD/MM/YYYY)

HEADERS

KeyDatatypeRequiredDescription
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
authorizationstring

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}"