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
Key | Datatype | Required | Description |
---|---|---|---|
is_nil | string |
Request Body
{"gstin"=>"{{gstin}}", "ret_period"=>"{{return_period}}"}
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":"9b91308a-a98d-4fb3-a6ec-c08634fe933b","code":200,"data":{"status_cd":"0","error":{"message":"Return Form already filed","error_cd":"RET00009"}},"timestamp":1734694283000}