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"
}
'Authenticated tax payer can reset saved return.
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"
}
'Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Reset GSTR-1
Was this page helpful?