cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/{year}/{month}/reset \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "gstin": "27AHQPA7588L1ZJ", "ret_period": "112016" } '
200
200 Success
{ "code": 200, "data": { "data": { "reference_id": "456a8aa4-10f0-4af5-9819-d82a9c9bd771" }, "status_cd": "1" }, "timestamp": 1763446641000, "transaction_id": "da7c4153-0f64-4c5a-a6ea-e62aea1da5c8"}
Authenticated tax payer can reset saved return.
Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Reset GSTR-1
Show child attributes
GSTIN of the taxpayer
Return Period (MMYYYY)
200 Success / RET191251 RESET is under progress
"456a8aa4-10f0-4af5-9819-d82a9c9bd771"
"RET191251"
"RESET is under progress. Please try again later"
"1"
1763446641000
"da7c4153-0f64-4c5a-a6ea-e62aea1da5c8"
Was this page helpful?