Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
gstrs
/
{gstr}
/
{year}
/
{month}
/
proceed
Proceed to file
curl --request POST \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{gstr}/{year}/{month}/proceed \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "RAW_BODY": {
    "gstin": "<string>",
    "ret_period": "<string>"
  }
}'
{
"code": 200,
"data": {
"data": {
"reference_id": "897c98eb-7877-4252-934d-46cb3a86c51a"
},
"status_cd": "1"
},
"timestamp": "1685540073000",
"transaction_id": "cceee039-ceea-4db2-94c8-057b78180163"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Path Parameters

gstr
string
required

Return Type

year
string
required

Year for which Return is to be filled

month
string
required

Month for which Retrun is to be filled

Body

application/json
RAW_BODY
object

Proceed to file GST Return

Response

200 - application/json

200 Success / AUTH154 Invalid return type / RET00003 Return already ready to be filed

code
number
Example:

200

data
object
timestamp
Example:

"1685540073000"

transaction_id
string
Example:

"cceee039-ceea-4db2-94c8-057b78180163"