Reset GSTR-1

POST {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-1/:year/:month/reset

Authenticated tax payer can save entire GSTR-1 invoices by uploading json to GST portal

Request Body

{"gstin"=>"24AAACQ3770E1ZV", "ret_period"=>"082024"}

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        \"data\": {\n            \"reference_id\": \"456a8aa4-10f0-4af5-9819-d82a9c9bd771\"\n        },\n        \"status_cd\": \"1\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"