Proceed to File GSTR
POST {{sandbox_host}}/gst/compliance/tax-payer/gstrs/:gstr/:year/:month/proceed
Authenticated tax payer can save entire GSTR-1 invoices by uploading json to GST portal
Request Body
{"gstin"=>"33DMOPD7318K2ZS", "ret_period"=>"022023"}
HEADERS
| Key | Datatype | Required | Description |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
| authorization
| string | | |
RESPONSES
status: OK
{"transaction_id":"5e20f940-3bf4-45a3-99a3-c8a6f40ce18f","code":200,"data":{"status_cd":"0","error":{"message":"Return Form already ready to be filed","error_cd":"RET00003"}},"timestamp":1734952533000}