Get Return Related Liability Balance

GET {{sandbox_host}}/gst/compliance/tax-payer/ledgers/:gstr/liability/:year/:month

Get ITC Ledger for the specified period for authenticated taxpayer

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        \"status_cd\": \"1\",\n        \"data\": {\n            \"gstin\": \"05AVHPB7348G1ZP\",\n            \"ret_period\": \"122016\",\n            \"ret_type\": \"R3\",\n            \"op_liab\": [\n                {\n                    \"liab_id\": 6001,\n                    \"tran_desc\": \"Other than Reverse Charge\",\n                    \"tran_cd\": 30001,\n                    \"sgst\": {\n                        \"intr\": 1,\n                        \"oth\": 1,\n                        \"tx\": 1,\n                        \"fee\": 1,\n                        \"pen\": 1,\n                        \"tot\": 5\n                    },\n                    \"cgst\": {\n                        \"intr\": 1,\n                        \"oth\": 1,\n                        \"tx\": 1,\n                        \"fee\": 1,\n                        \"pen\": 1,\n                        \"tot\": 5\n                    },\n                    \"cess\": {\n                        \"intr\": 1,\n                        \"oth\": 1,\n                        \"tx\": 1,\n                        \"fee\": 1,\n                        \"pen\": 1,\n                        \"tot\": 5\n                    },\n                    \"igst\": {\n                        \"intr\": 1,\n                        \"oth\": 1,\n                        \"tx\": 1,\n                        \"fee\": 1,\n                        \"pen\": 1,\n                        \"tot\": 5\n                    }\n                }\n            ]\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"