Get GSTR-3B Liability Auto Calc

GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-3b/:year/:month/auto-liability-calc

Authenticated tax payer can upload GSTR-3B json to GST portal

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        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"You have not filed GSTR-1 of the selected tax period. Please file the same to enable filing of GSTR-3B.\",\n            \"error_cd\": \"RT-R3BQ1004\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"