cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "RAW_BODY": "<string>" } '
200
200 Success
{ "code": 200, "data": { "data": { "reference_id": "ab2b2eae-974d-40e2-a721-8c4987af92d0" }, "status_cd": "1" }, "timestamp": 1763446641000, "transaction_id": "a43cfcd6-9a48-4be9-82fd-0816070999db"}
Authenticated tax payer can save entire GSTR-3B by uploading json to GST portal
Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
JSON raw body
200 Success / RT-R3BQ1004 GSTR-1 not filed
Show child attributes
"ab2b2eae-974d-40e2-a721-8c4987af92d0"
"RT-R3BQ1004"
"You have not filed GSTR-1 of the selected tax period. Please file the same to enable filing of GSTR-3B."
"1"
1763446641000
"a43cfcd6-9a48-4be9-82fd-0816070999db"
Was this page helpful?