Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-3b
/
{year}
/
{month}
Save GSTR-3B
curl --request POST \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "RAW_BODY": "<string>"
}'
{
"code": 200,
"data": {
"data": {
"reference_id": "ab2b2eae-974d-40e2-a721-8c4987af92d0"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a43cfcd6-9a48-4be9-82fd-0816070999db"
}

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

year
string
required

Year e.g. 2020

month
string
required

Month e.g. 01

Body

application/json
RAW_BODY
string
required

JSON raw body

Response

200 - application/json

200 Success / RT-R3BQ1004 GSTR-1 not filed

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"a43cfcd6-9a48-4be9-82fd-0816070999db"