New Proceed to File GSTR

POST {{sandbox_host}}/gst/compliance/tax-payer/gstrs/:gstr/:year/:month/new-proceed

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

Request Params

KeyDatatypeRequiredDescription
is_nilstring

Request Body

{"gstin"=>"{{gstin}}", "ret_period"=>"{{return_period}}"}

HEADERS

KeyDatatypeRequiredDescription
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
authorizationstring

RESPONSES

status: OK

{"transaction_id":"9b91308a-a98d-4fb3-a6ec-c08634fe933b","code":200,"data":{"status_cd":"0","error":{"message":"Return Form already filed","error_cd":"RET00009"}},"timestamp":1734694283000}